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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...