I have a problem and make some research but did not reach anything.
I insert db with jquery. However, after inserting , what i want is that making refresh the div
if(response =='ok'){
alert("Başarıyla eklendi");
$('#loaddiv').fadeOut('tabberlive').load('urlofmypage').fadeIn("slow");
}
What’s wrong with that ?
may be you could do something like this
DEMO: Check if this works ? Is this want you want ?