How to get parameters from URL in Jquery
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-05-11T05:06:07Z
Indexed on
2010/05/11
5:14 UTC
Read the original article
Hit count: 198
jQuery
I have the current URL of page like
http://www.mysite.com/directory/test&var1=22
Is there any way to get the var1
value by jquery
© Stack Overflow or respective owner