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

 

746

Pasted Text #1108

-

PasteBin

Redci
12
Riječi
25
Veličina
458 byte-a
Stvoreno
Vrsta
text/plain
Public Domain (PD)
Prijavi se, ako želiš komentirati!