Given the URL: http://domain.com/view/2/permalink:14871638741230
What is the best method, using jQuery/Javascript to delete the “permalink:xxxxx” from the URL, obviously bearing in mind that the number with the permalink will change from URL to URL…
Thanks
What about a regexp?
It will replace
permalink:<one or more lowercase/uppercase letters and numbers>with an empty string, i.e. removing it.