Advertisement
manchumahara

For Each Element mouse leave

Aug 28th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cons.each(function(element,i)
  2.                 {
  3.                         element.addEvent(\'mouseleave\', function(event){
  4.                        console.log("out");
  5.                        myHorizontalSlide.slideOut();
  6.                        sliding = 0;
  7.                    
  8.                    });
  9.                        
  10.                });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement