$(document).ready(function(){ $('#iframe').on('hide.bs.modal', function() { $("#iframe").html(''); }); $(".load_page").click(function(event){ event.preventDefault(); $("#iframe").modal("hide"); $("#iframe").html(''); $.get($(this).attr('href'), function(html) { setTimeout(function(){ $("#iframe").append(html); $("#iframe").modal("show"); }, 500); }); }); $(".load_action").click(function(event){ event.preventDefault(); $.ajax({ url: $(this).attr('href') }).done(function( data ) { if(data=="true") { $("#iframe").modal("hide"); $("#iframe").html(''); var list = '/app/join/index