Adding 2nd jquery function failed
-
Hello, i’m trying to add a second jquery function to the header.php tested all the possibilities but always failed to execute successfully.
To make the long story short, i’m trying to minimize a slider using toggle.
<script> (".minim").click(function(){ $(".activeSlider").toggle(); }); </script>Above this snippet, i have almost the same snippet with other element
hiding the menu. I tried to add the line of toggle to the other code successfully but by function above it doesn’t work.Any idea?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘Adding 2nd jquery function failed’ is closed to new replies.