$(function (){ $("#link").click(function (event){ event.preventDefault() $("#popup").html(" ").load("/test/popup2.html", function () { $("#parent_popup").show() }); }) })