Hi Jack,

Occasionally I get the oddity of JavaScript not working in IE too, so I
recently converted the 
http://remysharp.com/2007/03/13/firebug-in-ie-for-any-web-site/ Firebug lite
to a bookmarklet  so you can easily debug what's going on any page.

I would recommend adding a few console.info and console.dir (to dump
objects) within your code to see what's going on inside IE.


Jack Gleeson wrote:
> 
> But in IE the above code does not work, I thought it would be an issue
> with using swfobject with jquery buty I patched that up and the issue
> is still unsolved.
> 
> It's pretty simple code, it hides 4 forms on load and then whatever
> option you select from the select list, it shows the form. It works
> fine in Firefox but in IE when I submit the page and do my regular
> expression checks it shows all forms which is not correct.
> 

-- 
View this message in context: 
http://www.nabble.com/IE-bug-or-bug-in-my-code---tf3432817.html#a9576217
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to