Media Boxes Portfolio - 响应式网格在点击时在浏览器 URL 栏中显示图像 URL
Media Boxes Portfolio - Responsive Grid display image URL in brower URL bar on click
我正在使用 jQuery Media Boxes Portfolio - Responsive Grid 来显示图像,效果很好,但是当我点击任何图像弹出时,它 url 也会显示在浏览器中,之后当我点击浏览器后退按钮时,它会重新打开图像弹出窗口,而不是转到上一页。我在插件的给定示例中检查了它,也有同样的问题。
https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020
http://www.castlecodeweb.com/mediaboxes/example/full_width_gallery.html
这是我点击图片时的样子:
you can disabled the hash/deeplinking, is their settings, just pass these 2 options in the JS initialization
deepLinkingOnPopup: false,
deepLinkingOnFilter: false,
它看起来像这个例子:http://www.castlecodeweb.com/mediaboxes/example/pinterest_style.html 如您所见,URL 没有散列
我正在使用 jQuery Media Boxes Portfolio - Responsive Grid 来显示图像,效果很好,但是当我点击任何图像弹出时,它 url 也会显示在浏览器中,之后当我点击浏览器后退按钮时,它会重新打开图像弹出窗口,而不是转到上一页。我在插件的给定示例中检查了它,也有同样的问题。
https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 http://www.castlecodeweb.com/mediaboxes/example/full_width_gallery.html
这是我点击图片时的样子:
you can disabled the hash/deeplinking, is their settings, just pass these 2 options in the JS initialization
deepLinkingOnPopup: false,
deepLinkingOnFilter: false,
它看起来像这个例子:http://www.castlecodeweb.com/mediaboxes/example/pinterest_style.html 如您所见,URL 没有散列