javascript - jQuery Mobile 1.4.2 + Photoswipe Associates All The Links With Itself -
i have implemented photoswipe jquery mobile 1.4.2. gallery works perfecty after viewing gallery navigation links, etc. being associated photoswipe , link blank photoswipe images cannot leave page.
live demo: http://jsfiddle.net/flymen8888/jfw7s/6/
$("#gallery a").photoswipe( {     jquerymobile: true,     loop: false,     enablemousewheel: false,     enablekeyboard: false });   any ideas how fix it?
change $("#gallery a").photoswipe $("#gallery .gallery-item a").photoswipe.
Comments
Post a Comment