Posts by user37168 • 21 points
1 post
-
2
votes6
answers710
viewsQ: On Click only works once
I have the following code to show and hide content, but it only works once. When I click again to hide, nothing happens. $(document).ready(function() { $('li[name=music]').off().on('click',…