2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

$(document).ready instead of $(function() {}) for ender support

This commit is contained in:
Jacob Thornton
2011-09-15 23:16:06 -07:00
parent 472632ba51
commit d1b594db7a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
return this
}
$(function () {
$(document).ready(function () {
$('body').scrollSpy('[data-scrollspy] li > a')
})