Saturday, 10 August 2013

jQuery function stops working if another function is performed

jQuery function stops working if another function is performed

I have javascript file with few jQuery functions inside, all of the
functions are inside $(document).ready();. I have a onclick function that
shows a div and it works fine, but if I perform another function on the
page like click or change function, the function that shows the div stops
working.
Any idea why is that ?

No comments:

Post a Comment