1. $('#shield.download').mouseleave(function(){window.setTimeout(offReleases,1000 );})
  2. function offReleases(){
  3. if ($('#shield:hover').length == 0) {
  4. currentTab = null;
  5. $('#banners .current').fadeOut(800).delay(800).fadeIn(0);
  6. setTimeout(function() {
  7. if ($('#shield:hover').length == 0) {
  8. $('#banners .current').removeClass('current');
  9. $('.tabs .current').removeClass("current")
  10. }
  11. }, 800);
  12. }
  13. }
 
 

40

 

619

Pasted Text #1105

-

PasteBin

Lines
13
Words
30
Size
499 bytes
Created
Type
text/plain
Public Domain (PD)
Please log in to leave a comment!