Jump to content

Jquery Click Event only works once


jbwebdesign

Recommended Posts

Have you tried adding an alert() message within

 

$(".search_pop").click(function(){
});

?

 

My guess is that it doesn't have anything to do with the click function itself, but with calling that popup in the way that you are doing that. You may need to contact the developer of the plugin. I do notice that I'm getting Javascript errors when I open the popup, close it, and try to reopen, so my guess is that it is an issue with the popup itself, not your click code.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...