Jump to content

Recommended Posts

Posted

Hello, I am working on a website and i have a problem with the onclick event. It only seems to work once :(

 

Can someone please tell me what's causing it?

 

Here is a live link to the website...Website Link

 

When the Search Link Is clicked, it only works once, when you click it again it doesn't work.

Posted

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.

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...