Sorry but English is not my mother language. I need a sample on how to make something like this:
I have category and URL is like:
/category
and I want to parse url in javascript to be like this
/category?group=myFirstGroup
I don't know how to express myself, I hope you will understand me. Another example would be like this:
There is a website e.g. www.abc.com with /help section with frequently asked questions for doctors and patients.
I want to give url to people with just questions for doctors or patients, not all questions in one place. Example:
www.abc.com/help?type=doctors (contain just questions for doctors) www.abc.com/help?type=patients (contain just questions for patients)