باید بجای رویداد click از رویداد live استفاده کنید.

مثال:

کد PHP:
$("#div").live("click",function(){
  
  $(
"#blog").load("form.php");

});