/ Published in: jQuery
Grab the hashtag at the end of the current URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var url = $(location).attr('href').split("#")[1];