Try this:
jsBin demo
$('.container').hide();
$('.btn').click(function() {
$('.container').hide();
$('#'+this.id.split('-')[1]+'_container').show();
});
Try this:
$('.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:
$('.container').hide();
$('.btn').click(function() {
$('.container').hide();
$('#'+this.id.split('-')[1]+'_container').show();
});
default