Question
Passing variables to same page with jquery
Hi
I am trying to pass a variable to a current page with out refreshing the page is this possible?
So when I do: ome.php?var=2000 to the webpage ome.php.
This is done without refreshing the page just that the variable is passed. Maybe with jquery.
Is it possible?