$(function (){ $('a').click(function (event){ event.preventDefault() $("#popup").html(" ").load("/test/popup2.html"); }) })