[jQuery] $().append() problem
I am appending a hidden form field similar to this:
$("#some_id").append("<input type=\"hidden\" name=\"name\" value=
\"some value\">");
Works fine in all Mac browsers but testing in IE6 on Windows it
appears to not to get added to the DOM tree. The hidded value is not
available when the form is submitted.
Also tried $().html()
IE6 reports "Unexpected call to method or property access"