airesso

No hover on pikachoose

Oct 24th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).ready(function (){
  2. var preventStageHoverEffect = function(self){
  3. self.wrap.unbind('mouseenter').unbind('mouseleave');
  4. self.imgNav.show();
  5. });
  6. }
  7. $("#pikame").PikaChoose({bindsFinished: preventStageHoverEffect, carousel:true});
  8. });
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment