[jQuery] IE8 Dom accessibility issue
hello,
Previously in IE7, I was able to inject HTML using $('foo').innerHTML
('code here');
I inject a hidden input type, for example <input type=hidden etc etc>
I could reference these in the DOM in IE7, now in IE8 the objects
cannot be found. Does anyone know of a fix for this or what happened?
Thanks,
TS