Hi People.........
I've got some weird issue....
I have 2 sliders... one is a timeline...with previous and next links... when I click next link the new contents gets displayed and the older content gets slided to left...
Another slider is having a set of images which just slide... when I click on any particular image, its gets expanded (I mean some sort of overlay effect). Now at this point of time my url changes, some sort of id value gets passed in the url.
And now when I try to click on Previous and Next links of the above slider, they just don't work.... I mean they do work when the url is proper(with no id being passed or displayed i url)
I hope I'm clear with my query...
Thing is that I want to know, how to avoid the id of the image being getting passed in the url when I click on that image in the slider.
Its like say, the url is http://127.0.0.1/xyz/
and after clicking the image of the below slider, the url turns as... http://127.0.0.1/xyz/#!/-1/
how to avoid that #!/-1/ being getting passed in url.
Thanx for any reply.
Regards