wee493 Posted April 4, 2013 Share Posted April 4, 2013 If you visit my site at http://joshoak.es/test you'll see that the URL changes to "http://joshoak.es/test/#/screens/d12245cc-1680-458d-89dd-4f0d7fb22724" I can see in the document where that comes from <script type="text/javascript">jQuery(document).ready(function(){jimMain.init("screens/d12245cc-1680-458d-89dd-4f0d7fb22724");});</script> If I remove that, the page doesn't load. This isn't my site, so I don't know a lot about the structure, but a friend asked me if I could fix this. Do you have any suggestions? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/276516-need-help-removing-automatically-added-data-in-url-field/ Share on other sites More sharing options...
Solution trq Posted April 4, 2013 Solution Share Posted April 4, 2013 It's not something that is simply "fixable". This is how the entire site looks to be programmed. It looks like it's using the jQuery mobile framework which basically creates a single page web application. The stuff in the url is some form of id that the site needs so as to know what data you are requesting. It's a basic client side mvc. To "fix" this issue would mean redeveloping the entire site. Quote Link to comment https://forums.phpfreaks.com/topic/276516-need-help-removing-automatically-added-data-in-url-field/#findComment-1422825 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.