is there a way in javascript (jQuery) or PHP to get something after .html
?
I've tried in PHP $_SERVER['request_uri']
and JS window.location.pathname;
But it seems that everything is stripped away after .html
Anyone an idea how I could submit #foo
after .html
?