jquery - Jscrollpane mousedrag not working in popup on opera 12.12 -
jquery - Jscrollpane mousedrag not working in popup on opera 12.12 -
here code snippet. code working correctly in every browser in ie versions except opera 12.12 , above
$(function() { jquery(".footer_right li a").click(function(event){ var pop=jquery(this).attr('href'); pop=pop.substr(pop.lastindexof('#'),pop.length); $('.popup').hide(); jquery(pop+',.popup_section').fadein('slow',function() { scrollpane = $(pop).jscrollpane({showarrows: true, scrollbarwidth : '20'}).data().jsp; }); if(event.preventdefault()) event.preventdefault(); else event.returnvalue = false; homecoming false; }); });
please utilize below url live example: http://wordpress.markupbox.com/vidit_new1/
you need scroll downwards bottom of page , cleck on privacy open pop up
please help. in advance
jquery jquery-plugins
Comments
Post a Comment