That looks like it's posting twice ?
Any particular reason to do that ?
L
ghost2008 wrote:
Hey guys,
this is amazing. Thanks for your answers.
I implemented the following:
$.ajax({
type: "POST",
url: "some.php",
data: "name=test",
success: function(data){
$("#div").hide("slow");
$("#div").load("some.php
#div",function(){
$("#div").show("slow");
});
}
});
This works great, but only in FF. IE does not update. Any further
ideas to this?
Greets
------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.392 / Virus Database: 270.13.60/2311 - Release Date: 08/18/09 06:03:00