button1
$( "#button1" ).click(function() {
$( "#whatever" ).show();
});
button2
$( "#button2" ).click(function() {
$( "#whatever" ).hide();$( "#whatever2" ).show();
});
and so on
solved jQuery show/hide select and button [closed]
button1
$( "#button1" ).click(function() {
$( "#whatever" ).show();
});
button2
$( "#button2" ).click(function() {
$( "#whatever" ).hide();$( "#whatever2" ).show();
});
and so on
solved jQuery show/hide select and button [closed]