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

Responsive Navbar noConflict #6973

Closed Waldemar-Denke closed 11 years ago

Waldemar-Denke commented 11 years ago

Hi everyone, i'm using Prototype and bootstrap. So i have to use jQuery noConflict. The Problem: Responsive Navbar doesn't work correctly. It works one time and than it get height:0px and display:none. When i delete noConflict it works fine (except prototype). I've tried to load jquery and bootstrap in head or before body end with same result. Replace $ to other variable in bootstrap.js doesn't work too.

Can anybody help?

mdo commented 11 years ago

I know we have some noConflict shortcomings in the current release, but we'll be doing our best to fix those in the upcoming v3. For now, we'll punt on any issues though. Apologies for the inconvenience.

jwestbrook commented 11 years ago

@Waldemar-Denke try using my fork https://github.com/jwestbrook/bootstrap-prototype most of the JS modules are already rewritten for PrototypeJS and even replicate behavior on browsers that don't support CSS3 transitions (cough IE)