jquery not work
-
i have this code
$('.beton').click(function(){ $('#menuu,.close-button').fadeIn(); $('body').addClass('hilang'); }); $('.close-button').click(function(){ $('#menuu,.close-button').fadeOut(300); $('body').removeClass('hilang'); });and i test in localhost not work, i click button don’t fadeIn element
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘jquery not work’ is closed to new replies.