1. $('#shield.download').mouseleave(function(){window.setTimeout(offReleases,1000 );})
  2. function offReleases(){
  3. if ($('#shield.download:hover').length == 0) {
  4. currentTab = null;
  5. $('.tabs .current').removeAttr("class");
  6. $('#banners .current').css("opacity","0");
  7. window.setTimeout(offReleasesCallback,400 )
  8. }
  9. }
  10. function offReleasesCallback(){
  11. $('#banners .current').removeAttr("style").removeAttr("class");
  12. }
 
 

60

 

728

Pasted Text #1108

-

PasteBin

Lines
12
Words
25
Size
458 bajtů
Created
Typ
text/plain
Public Domain (PD)
Please log in to leave a comment!