selecting divs in content loaded by .load()?
hi I am wondering how to select a div on a page that is loaded using the .load() function.
I have tried using a function in the callback of the page to select elements but this didn't work.
It appears the pages are called after a the document has loaded (which makes sense) thus anything I place on the page that is loading the various data into the the content div can't selected the newly loaded content.
I could include the new script on the pages I am loading but this would result in the undesirable editing every page I have made.
any help much appriciated