prototypejs / prototype

Prototype JavaScript framework
http://prototypejs.org/
Other
3.54k stars 639 forks source link

What part of the code that trigger ul li to display none? #299

Closed oroalej closed 8 years ago

oroalej commented 9 years ago

here is my code.. `

jwestbrook commented 9 years ago

This Stack Overflow answer should help a bit, it refers to the Popover component, but should apply to the Tabs component as well.

http://stackoverflow.com/a/15095654/341491

essentially the hide() method that is added to the Element prototype is fired by jQuery when the bootstrap hide event is called.