I do need to refresh a specicif div content, i've tried with .load
$("#myDiv").load(location.href + " #myDiv");
And it works, but after that seems that I cannot manipulate the returned loaded 'div'. I checked and seems that the .load does not allow you to manipulate the returned code.
Is there any other way to refresh a div content without the .load?
Thanks a lot!