Tagged Questions

0
votes
4answers
43 views

How can I get value from radio-button inserted into innerHtml

I have sort of a table with a radio-button column. I managed to make radio-button column work dynamically inserting into a cell (div if matter). But, on postback innerHtml hasn't …
0
votes
0answers
32 views

ie7 innerhtml strange display problem

Hello, I am having a strange problem with ie7 (ie8 in compatibility mode). I have div containers where I am updating values using javascript innhtml to update the values. This work …
0
votes
5answers
70 views

shrink html help

I have an array of 2000 items, that I need to display in html - each of the items is placed into a div. Now each of the items can have 6 links to click on for further action. Here …
0
votes
5answers
98 views

Replace an anchor with its innerHTML

Hi, I want to replace a link with its innerHTML, how is it done? Example: Bla bla bla <a href="#nogo">No link here</a> bla bla bla has to become Bla bla bla No li …
0
votes
6answers
78 views

create/append node vs innerHTML

Does anyone have a good reason to use one over the other? As far as I can tell, create/append node simply prevents you from creating invalid code, while innerHTML allows you to inj …
0
votes
3answers
23 views

Compare text with innerHTML IE7 problem

I can't find a work around for the innerHTML bug in IE7. I need to look at the contents of dynamicly generated HTML and change it if the text is "-1". I'm using the prototype js ga …
2
votes
3answers
172 views

Insert contents into innerHTML without clearing what’s already inside

I'm trying to create a post button that inserts the latest posts into a div, without clearing everything that is inside. My current code inserts the new divider, but clears everyth …
0
votes
2answers
91 views

Create custom controls with inner html c#

how can i create a custom control that accepts a inner html, like the usual .net datagrid or ajax tabbed control... something like this: <KITT:tabs id="s" runat="server" > …
0
votes
2answers
190 views

Problems with innerHTML using Javascript

Ok, so the base problem is in setting the innerHTML of a div element, any html markup that is in my string is being stripped (and not displayed) in all major browsers except for Fi …
0
votes
2answers
116 views

Why has innerHTML not been added to the w3c specs?

Is there any particular reason that it isn't in any of the the specs? It seems to be supported in all browsers, (although I'll admit it doesn't work right in all of them...since y …
3
votes
3answers
1k views

jQuery html() in Firefox (uses .innerHTML) ignores DOM changes

I'm really suprised I haven't run into this problem before, but it seems that calling jQueries .html() function on an element ignores changes in the DOM, i.e it returns the HTML in …
0
votes
3answers
132 views

Faster alternative to jQuery’s .html function?

I was wondering if there is an alternative to the jquery .html(variable) function? It seems to be quite slow and also freezes while inserting the html into the DOM. I tried using …
4
votes
2answers
4k views

How to replace innerHTML of a div using jQuery?

Hi, How could I achieve the following using jQuery, i.e: document.all.regTitle.innerHTML = 'Hello World'; where regTitle is my div id. Thanks.
0
votes
4answers
183 views

Run function once per event burst with jQuery

I'm using jQuery to listen to DOMSubtreeModified event, and then execute a function. What I need is a way to only run a function once per event burst. So in this case, the event wi …
2
votes
5answers
513 views

innerHTML removes attribute quotes in Internet Explorer

When you get the innerHTML of a DOM node in IE, if there are no spaces in an attribute value, IE will remove the quotes around it, as demonstrated below: <html> <hea …

1 2 3 next
15 30 50 per page