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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -