Dear all I am using JQuery, i have little doubt of How to extract the Path of current,
if Url is
http://localhost/menuname.de?foo=bar&number=0"
How assign it to a variable, of current the path ,In jQuery any idea?
|
3
|
|
|
|
|
|
To get the path, you can use window.location.pathname:
|
||
|
|
|
|
You'll want to use javascript's built-in |
||
|
|
|
|
window.location is standard JavaScript and does not require jQuery. |
||
|
|