i am using mvc and jquery in my application i have the routing url like this :
ID/Controller/Action
I want to get the URL and split it to get the id in jquery
i am using mvc and jquery in my application i have the routing url like this :
ID/Controller/Action
I want to get the URL and split it to get the id in jquery
You can split the pathname from the moment you get it:
Once you have it split, you can access any part of the pathname as follows:
i see that your first param is the id with this piece of code you can get the id in jquery