twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.01k stars 78.77k forks source link

Transition issue with prototypejs #5403

Closed jmurret closed 11 years ago

jmurret commented 11 years ago

I created a fiddle for Collapse using the markup from the demos on your page that works: http://jsfiddle.net/Rymd7/1/

Then once, I add in a reference to prototypejs collapse functionality stops working on each accordian group after clicking through it a couple of times. http://jsfiddle.net/p5SAy/1/ I'm not sure what the issue is or how to correct it.

Is this a bootstrap issue or is there a way to get around this and have these two js libraries exist on the same page?

Thanks. -John

mdo commented 11 years ago

No idea about maintaining two JS libraries like that—you'll have to find out on your own for now.

victor-homyakov commented 11 years ago

Please look at http://jsfiddle.net/ymbsr/6/ and read answer to http://stackoverflow.com/questions/12715254/twitter-bootstrap-transition-conflict-prototypejs - when using Prototype and bootstrap-transition simultaneously, callback on transition end is never called in Chrome and Opera (but is called in Firefox).