I have used the line below in my app. But now I need to parse the html loaded before I show it. Whats the best way to get certain html elements.
$(\"#div\").
Instead of calling .load(), you should call $.get to perform an AJAX request and manually process the response.
.load()
$.get