Open
Description
When using twitter bootstrap dropdowns (http://twitter.github.com/bootstrap/javascript.html#dropdowns) I've found that local links which are in menu section ignore davis completely.
After some not very deep searching I've found that changing binding to document.body helps to solve the problem:
...
Davis.$(document.body).delegate(this.settings.linkSelector, 'click', clickHandler)
...
I'm not a javascript guru to say why selector fails, but it behaves like that on all browsers that I've tested.
Thanks for the great library!
Metadata
Metadata
Assignees
Labels
No labels