I am trying to find HTML inside a DIV in the Ajax HTML response:
$j(responseText).find("#my_DIV").html()
This works perfectly in FF but IE6 seems to hang and wait forever for the find() to finish, is there a work around to finding a DIV or is there something I am doing wrong?