i have web page with vertical slider when i am running slider it is changing URL. I want to remove some text on page refresh. Like i have a URL 95.0.4.12/inner/innerpage3.html and when i am using slider it is changing this URL to inner/innerpage3.html#slide4 or whatever slider number
<script type="text/javascript">
$(function (){
var top= window.top.location.href;
window.onload=$(document).scrollTop(0)
})
</script>