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', function() {
if ($(this).children().css('...
asked by
14.12.2015 / 20:51