ruby on rails - How to also toogle a div outside a Bootstrap accordion -
i using bootstrap accordion , love way works in this example. however, i'd able toggle additional section outside accordion.
is there quick trick or should seek develop own widget?
not sure bootstrap accordion, add together simple jquery:
$(".accordion-toggle").on(click, function() { $(".other-section").toggle(); });
ruby-on-rails twitter-bootstrap
No comments:
Post a Comment