Good morning guys, i have encountered a problem here.
This is my current URL:
blabla/shoe?type=boot&zoom=true
i want to remove the "&zoom=true" part, without reloading the page. But bare in mind that the URL may also look like this:
blabla/shoe?zoom=true
how do i accomplish this, can someone give me an example of Jquery statements. So can start from there. thank u in advance
The reason why i wanna do this is because of the following:
<div class="standard" style="<%=isZoom?"":"display:none;" %>">
isZoom() is checking for any zoom query in the URL, i want the &zoom=true to go away so that the div can be shown