Perform jQuery selection on ajaxed html content
- by James Westgate
Is it possible to load an html document using ajax and then perform a jquery selection on the loaded html?
I want to perform a search against a remote search server and then use the results to reformat an existing page.