Swiper滑块网址更改点击图片

时间:2016-07-13 11:50:59

标签: javascript jquery

请任何人,给我点击图像URL更改的解决方案!我正在使用swiper进行图片库

我想要网址

http://idangero.us/swiper/demos/25-hash-navigation.html#slide2

http://idangero.us/swiper/demos/slide2

你可以给我一些解决方案吗,我怎么能这样做......

1 个答案:

答案 0 :(得分:1)

可以通过在javascript中使用窗口对象来实现URL重写:

window.history.pushState(“object or string”, “Title”, “/new-url”);

进一步参考:Article on spoiledmilk.com