[jQuery] Re: Fire event

2009-07-04 Thread pascal.nauj...@googlemail.com
Hi, thanks for the reply! Didn't know trick with if ($().is ()) { ... } This worked fine for me thanks! I know the "each" function but i have different actions on each element so i can not use this for my case. But thanks for the hint! Cheers, qualle On Jul 2, 9:41 pm, Charlie wrote: > h

[jQuery] Re: Fire event

2009-07-02 Thread Charlie
here's a quick start to get you going. Without seeing some markup to build a relationship between the button and the #info container would need to splice() to pull number off the button ID and splice the #info to create function to open correct one. Some markup would help as there are a number