ocultar jQuery modal de bootstrap
$(document).ready(function(){
$(".btn").click(function(){
$("#myModal").modal('hide');
});
});
Vivacious Vendace