I need to parse the given urls via Javascript but I\'m not able to use .split() to accomplish to this.
IE:
var str = window.location.pathname; var su
You are looking for location.hash. It contains the # itself and everything that comes after it.
#