Advertisement
PrayogiSoftware

Cobaini

Feb 22nd, 2021
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.61 KB | None | 0 0
  1. var jq=jQuery.noConflict();
  2. jq(document).ready(function(){
  3.     jq(".watzapsosprof-section").mouseover(function() {
  4.         clearTimeout($timerPopupOffer);
  5.         clearTimeout($timerPopupOfferBackground);
  6.         clearInterval($timerCokDancok);
  7.         $isPaused = true;
  8.         $outerTickPopupOffer = 0;
  9.     });
  10.     jq(".watzapsosprof-section").mouseleave(function() {
  11.         $isPaused = false;
  12.         $timerCokDancok = setInterval(function() {
  13.             $outerTickPopupOffer++;
  14.             if (($outerTickPopupOffer == 5)) {
  15.                 showPopupOffer();
  16.             }
  17.         }, 1000);
  18.     });
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement