Multiple click events

Posted by Le_Coeur on Stack Overflow See other posts from Stack Overflow or by Le_Coeur
Published on 2010-04-29T16:03:48Z Indexed on 2010/04/29 16:07 UTC
Read the original article Hit count: 258

Filed under:
|

I have some popup dialogs on my webpage, in each of this dialogs i have defined some click event with jquery :

 $(".links_view").click(function(e){          //code     });

But the problem is when i activate one this click event, it will be executed in each dialog...

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery