How to use iDangerous Swiper and jquery .click(); at the same time
问题 Im stuck on the following: I'm using the iDangerous Swiper plugin, which works fine. However, I would also like to use jQuery's click function on that same iDangerous swiper. For example: <div id="swiper-container"> <div class="swiper-slide">(lots of stuff here)</div> <div class="swiper-slide">(lots of stuff here)</div> <div class="swiper-slide">(lots of stuff here)</div> <div class="swiper-slide">(lots of stuff here)</div> </div> and : $('.swiper-slide').click(function() { //more