I have a URL like this one:
/events/3*1*1*0*0*3*3*1/permalink/391013797602909/
or this one:
/*o*i*z*r*g/posts/3804270420760
I have censored the event ID and the user ID. Basically I want to get the Event ID and the permalink ID (long number), and the user ID and post ID. I am confused with how to do that with Javascript/jQuery.
Thanks!