Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.0 - anything depending on bootstrap-dropdown.js isn't auto binding on load as in previous versions #272

Closed
sr75 opened this issue Jun 11, 2012 · 3 comments

Comments

@sr75
Copy link

sr75 commented Jun 11, 2012

Noticed this after upgrading to 2.1.0 that anything depending on bootstrap-dropdown.js isn't auto binding on load as in previous versions.

To bind events on load, I just added the $('.dropdown-toggle').dropdown() to the bootstrap.js.coffee.

jQuery ->
  $("a[rel=popover]").popover()
  $(".tooltip").tooltip()
  $("a[rel=tooltip]").tooltip()
  $('.dropdown-toggle').dropdown()

If this is expected going forward, may wanna add this to the scaffold layout generator for bootstrap.js.coffee.

@myKingEdem
Copy link

I was just about to open an issue for this, Thanks!

@lukeholder
Copy link
Contributor

+1 no auto binding for me

@ppworks
Copy link

ppworks commented May 7, 2013

+1
I'm having this issue too.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants