javascript - Can find what's wrong with this JS FadeIn FadeOut -
i have fadein fadeout function().
$('.breakfast').on('click', function(){ if($(this).val() == 'yes') { $('#breakfast_type').fadein(700); } else { $('#breakfast_type').fadeout(700); } });
for reason wont work , can't figure out why. see can't?
Comments
Post a Comment