Inside the parent document (reports.php) is some jquery functions that i want to access from within the loaded div (listreports.php).
What/how is the best way to do this i have read things on livequery and event delegation. Is there any way to refresh the whole document after the load so that the jquery from both docs would be accesable from both docs... hope that all makes sence?!