Hey
Is there a way to get the last names after # in the url in jquery/ javascript
I want to find the names #prices and make an if statment
if( the_last_name == 'prices' )
// do something
I need js/jquery to find a way to get urls last name ( and check it on the if statment /the_last_name)