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
The script can't use document.ready, the document already ready. Just put the script between script tags.
wrong:
correct: