$( "input[value='ans_1']" ).click(function() { $( "#q2" ).show( "fast" ); $( "#q1" ).hide( "slow" ); });