for my page
www.domain.com/page.php?x=1&y=2&z=3
how can i set the $_GET variables inside the AJAX $.get()?
$.get('page.php',
{x: x, y: y, z: z},
function(){
})
how do i define the $_GET using jQuery or JavaScript?
i can have 1 2 3 and 4 5 6 and 7 8 9