hmm...so..how should i "prepare" the data? something like this?
var someData = $(selector).load("page.php",{...etc}); in this way the callback function will have access to the loaded content as jquery wrapped set of elements?
hmm...so..how should i "prepare" the data? something like this?
var someData = $(selector).load("page.php",{...etc}); in this way the callback function will have access to the loaded content as jquery wrapped set of elements?