javascript - Uncaught TypeError: Object [object Object] has no method 'bxSlider' -
i getting error in console.
uncaught typeerror: object [object object] has no method 'bxslider'
i have no idea why happening though. had of working when put netsuite store stops working.
this running jquery in noconflict don't need change of "$" jquery in plugin i?
this calling jquery, plugin , script it.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript">jquery.noconflict();</script> <script type="text/javascript" src="/site/js/modernizr.custom.93936.js"></script> <script src="/site/js/jquery.bxslider.js"></script> <script> jquery(document).ready(function(){ jquery('.bxslider').bxslider({ auto: true, controls: false }); }); </script> and entire console error.
uncaught typeerror: object [object object] has no method 'bxslider' dtv:57 (anonymous function) dtv:57 n jquery.min.js:2 o.firewith jquery.min.js:2 e.extend.ready jquery.min.js:2 c.addeventlistener.b
what cause here lost have been trying every little thing know , nothing making work.
may because of jquery conflict. please recheck code, may added jquery twice. or change latest jquery.
Comments
Post a Comment