$.ajax trying to get $_GET query variables inside newly loaded ajax page

MixHabier

New Member
alright i have a div #pagecontainer which loads another php page page_$var.php into it and $var is the page number, i need to get the url query string variables but i cant seem to retrieve them from the newly page.example: loc=3&option=5i just cant grab that inside the new page
 
Top