get the value of php parameter using jquery
Hi,
I have a function which was written with jquery, and I have a php parameter which
its value changes depending on the current page, for example if I'm in home page the parameter will set
by GET method "index.php?page=home".
my question is how to get the value of this parameter using jquery to prevent executing my jquery function
while I'm in specify page.in other word ,I want to execute a jquery function whlie the current page is home page for example.
thanks