Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(widget).on("init",function(){
- checkMulti();
- });
- $(widget).on("swipe",function(){
- checkMulti();
- });
- $(widget).on("click",".slick-prev",function(){
- checkMulti();
- });
- $(widget).on("click",".slick-next",function(){
- checkMulti();
- });
Advertisement
Add Comment
Please, Sign In to add comment