1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

update all to new on api + add animation support to tabs

This commit is contained in:
Jacob Thornton
2011-12-20 19:37:41 -08:00
parent 1ef5fa7d6b
commit 0980a33b47
10 changed files with 110 additions and 78 deletions

View File

@@ -27,7 +27,7 @@
function ScrollSpy( element ) {
var process = $.proxy(this.process, this)
this.$scrollElement = $(element).bind('scroll.scroll.data-api', process)
this.$scrollElement = $(element).on('scroll.scroll.data-api', process)
this.selector = (this.$scrollElement.attr('data-target')
|| this.$scrollElement.attr('href')
|| '') + ' .nav li > a'