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