On 08/08/06, Konstantin Käfer <[EMAIL PROTECTED]> wrote: > In my current project, I create elements with document.createElement and try > to change them. But that doesn't work either. >
To create non-text input elements in IE you have to use the following:
document.createElement("<input type=submit>");
-dean
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
