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

 

745

Pasted Text #1108

-

PasteBin

行數
12
字數
25
大小
458 位元組
建立時間
類型
text/plain
Public Domain (PD)
登入以留下評註!