am using .load to refresh one div after inserting data or deleting data. it is working fine on chrome, mozilla. but the problem is with IE. After changing data it was loading file, but not refreshing
here is code sample
function updatedinformation(sid)
{
$("#load").load("load.php?sid="+sid).fadeIn("slow");
}
how i can solve this?