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

 

730

Pasted Text #1108

-

PasteBin

Zeilen
12
Wörter
25
Größe
458 Bytes
Erstellt
Typ
text/plain
Public Domain (PD)
Bitte melde Dich an, um einen Kommentar zu verfassen!