[Solved] why doesnt this onclick jquery work? [closed]
[ad_1] did you try to use .click()? $(‘#onebtn’).click(function(){ $(‘#one’).fadeOut(‘slow’,function(){ $(‘#two’).fadeIn(‘slow’); }); }); It may help, but I had no time to test this. 4 [ad_2] solved why doesnt this onclick jquery work? [closed]