Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

Try this:

##jsBin demo

jsBin demo

$('.container').hide();
$('.btn').click(function() {
 
 $('.container').hide();
 $('#'+this.id.split('-')[1]+'_container').show();
});

Try this:

##jsBin demo

$('.container').hide();
$('.btn').click(function() {
 
 $('.container').hide();
 $('#'+this.id.split('-')[1]+'_container').show();
});

Try this:

jsBin demo

$('.container').hide();
$('.btn').click(function() {
 
 $('.container').hide();
 $('#'+this.id.split('-')[1]+'_container').show();
});
Source Link

Try this:

##jsBin demo

$('.container').hide();
$('.btn').click(function() {
 
 $('.container').hide();
 $('#'+this.id.split('-')[1]+'_container').show();
});
default

AltStyle によって変換されたページ (->オリジナル) /