bxslider-3 icon indicating copy to clipboard operation
bxslider-3 copied to clipboard

bxslider will not work with prototype.js

Open ItsDanielHarris opened this issue 12 years ago • 1 comments

When using the prototype.js library and bxslider script, both will not work together. In other words, if I disable prototype, bxslider will work and if I enable prototype, bxslider will not work. How can I get both to work?

ItsDanielHarris avatar Oct 25 '12 17:10 ItsDanielHarris

This isn't actually a prototype issue it is a jquery issue both share the $ as a variable.

In jquery.js add a line jQuery.noConflict();

then when you go to use the slider it would look like jQuery(function($){ $('element').bxSlider(); });

please close this issue

drKnoxy avatar Nov 02 '12 22:11 drKnoxy