[jQuery] Re: been asked 1000 times?

2009-09-26 Thread Matt Quackenbush
Use class instead of id. $('.open-frame') div class=open-frame

[jQuery] Re: been asked 1000 times?

2009-09-26 Thread Scott Haneda
Correct, you can not have duplicate #id's so you will need to change those to classes. However, I am not sure that is valuable to you, since why would you want to have a click event change *everything* in all your divs you listed from the server side output below? I would change the