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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -