GD77 Posted February 20, 2013 Share Posted February 20, 2013 Helllo: Anyone knows why I m getting #.xxxxxxxx appended to the end of my url? http://gd77-studio.com click on any btn you ll get this: ex: http://www.gd77-studio.com/contact.php#.UST2NGeaXys Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/ Share on other sites More sharing options...
AyKay47 Posted February 20, 2013 Share Posted February 20, 2013 At first glance I would say that some JS script is appending a hashed anchor onto the url. Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/#findComment-1413658 Share on other sites More sharing options...
mweldan Posted February 20, 2013 Share Posted February 20, 2013 yes, script.js on line 78. //slide = parseInt($(this).attr("href").replace("#content", "")); comment it out and it will not append hashed anchor onto the url. Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/#findComment-1413673 Share on other sites More sharing options...
GD77 Posted February 20, 2013 Author Share Posted February 20, 2013 I ve removed all .js included into the web still... (locally, localhost test) Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/#findComment-1413685 Share on other sites More sharing options...
kicken Posted February 20, 2013 Share Posted February 20, 2013 See this page: How to remove hash from url? Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/#findComment-1413705 Share on other sites More sharing options...
GD77 Posted February 21, 2013 Author Share Posted February 21, 2013 kicken Thanks man worked like a charm... Link to comment https://forums.phpfreaks.com/topic/274730-url-appending/#findComment-1413801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.