I request the javascript guru masters again!
Okay this is probably simple, blowing my mind atm.
Example: http://example.com/page.php
var path = location.pathname;
Returns: /page.php
I would like it to not include the first / so it would return page.php
Thank you guru masters!