I\'ve read several posts about this issue but i can\'t solve it.
I am loading an html file into a div. The file i am loading contains a unordered list. This list sho
Ahh, I see... If you just want to load some html use:
$("selector for div ").load("/path_to_html.html div#main");
Where div#main is the div I want to retrieve in your remote file, but remember this must be the same domain for it to work.
div#main
div