javascript - Perform jQuery operations on an HTML page that was retrieved via Ajax? -


let's you're retrieving complete html page using ajax. have page of html in variable.

assuming need find , extract data page, how do it?

traditionally i've done using regular expressions, i'm wondering if there's way perform jquery operations on retrieved source code instead. simplify things tremendously, jquery built parsing html dom trees.

i'm thinking maybe appending retrieved source current page dom in hidden form...? there better way?

jquerys parsehtml might looking for: http://api.jquery.com/jquery.parsehtml/


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -