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 |
- [jQuery] How to refresh a single div with the data using .aja... ghost2008
- [jQuery] Re: How to refresh a single div with the data u... anurag pal
- [jQuery] Re: How to refresh a single div with the data u... Charlie
- [jQuery] Re: How to refresh a single div with the da... Dhruva Sagar
- [jQuery] Re: How to refresh a single div with th... ghost2008
- [jQuery] Re: How to refresh a single div wit... Charlie
- [jQuery] Re: How to refresh a single div wit... Liam Byrne