DaemonHK

Untitled

Apr 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(widget).on("init",function(){
  2.     checkMulti();
  3. });
  4.  
  5. $(widget).on("swipe",function(){
  6.     checkMulti();
  7. });
  8.  
  9. $(widget).on("click",".slick-prev",function(){
  10.     checkMulti();
  11. });
  12.  
  13. $(widget).on("click",".slick-next",function(){
  14.     checkMulti();
  15. });
Advertisement
Add Comment
Please, Sign In to add comment