Re: and Bootstrap's collapse menu

2013-02-20 Thread Tobonaut
it will allow you > to handle & trigger Tapestry client-side events using jQuery. > > > > If you reply to this email, your message will be added to the discussion > below: > http://tapestry.1045711.n5.nabble.com/t-zone-and-Bootstrap-s-collapse-menu-tp5720122p5720128.htm

Re: and Bootstrap's collapse menu

2013-02-20 Thread rnicholus
Yep, this is probably the same problem I ran into a while ago. I build a jQuery plug-in to deal with these types of issues when Prototype and jQuery coexist. It's called "jquery-prototype-custom-event-bridge", and can be found at https://github.com/Widen/jquery-prototype-custom-event-bridge. Aft

Re: and Bootstrap's collapse menu

2013-02-20 Thread Tobonaut
this email, your message will be added to the discussion > below: > http://tapestry.1045711.n5.nabble.com/t-zone-and-Bootstrap-s-collapse-menu-tp5720122p5720125.html > To unsubscribe from and Bootstrap's collapse menu, click here. > NAML -- View this message in c

Re: and Bootstrap's collapse menu

2013-02-20 Thread rnicholus
I ran into a similar problem when using Bootstrap in T5. I fixed it, but before I waste your time with a long explanation of the problem and the fix, can you answer the following? Is this reproducible in all browsers? Does this only happen when the menu is toggled via the "three lines" menu bar

and Bootstrap's collapse menu

2013-02-20 Thread Tobonaut
Hi, if I have a in a page template, my Twitter Bootstrap (responsive) 'collapse menu' won't work. :( It will show up once but after that, no more collapsing. The collapsing method uses a data-toggle paramter [1] to show or hidethe menu. FYI: I use jQuery with noConflict(); Thanks for your help!