ID's must be unique, you need to use class for multiple instances nick.rathert wrote: hi all, i'm having an interesting IE6 and IE7 issue that may just be par for the course. i'm curious if anyone else has run into this problem.here's the URL: http://jsbin.com/afede long story short, i have a bunch of nested lists with IDs in certain ULs, like <ul id="collapse">. i'm trying to use jQuery .hide() to hide all the ULs with that specific ID. everything works as expected in firefox, safari, chrome, IE8, etc. but IE6 and IE7 seem to only notice the first UL in the DOM tree. so IE6/7 hides that first UL, then stops. anyone have any advice? thanks, nick |
- [jQuery] .hide() not hiding elements in IE nick.rathert
- [jQuery] Re: .hide() not hiding elements in IE James
- [jQuery] Re: .hide() not hiding elements in IE Charlie
- [jQuery] Re: .hide() not hiding elements in IE nick.rathert