do the 2 divs really have same ID? the one being loaded and one loading into?

I'm assuming this is pseudo code but just checking
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

  

Reply via email to