Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function (){
- var preventStageHoverEffect = function(self){
- self.wrap.unbind('mouseenter').unbind('mouseleave');
- self.imgNav.show();
- });
- }
- $("#pikame").PikaChoose({bindsFinished: preventStageHoverEffect, carousel:true});
- });
Advertisement
Add Comment
Please, Sign In to add comment