jQuery(function ($){
$('.show_modal').click(function (e){
$('#show_modal_content').modal();
return false;
});
});