6 ms·
This is a big issue that I've hit up against as well. For example, trying to tie a Backbone View (el, events) to a Twitter Bootstrap "Popover"(http://twitter.g
by clemesha 15y ago
This is a big issue that I've hit up against as well.
For example, trying to tie a Backbone View (el, events) to a Twitter Bootstrap "Popover"(http://twitter.github.com/bootstrap/javascript.html#popovers http://twitter.github.com/bootstrap/javascript.html#popovers) doesn't work in the "Backbone way" (we are talking about the same thing, correct?).
- ryanfitz 15y agoquickly looking at the bootstrap javascript they are making calls to $().offset which also doesn't work for hidden elements, so yes were talking about the same thing.