2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

refactor alerts + add new readme which idefientifies goals for 2.0 js

This commit is contained in:
Jacob Thornton
2011-11-24 18:55:44 -08:00
parent b2650859d6
commit 71654cbf69
7 changed files with 201 additions and 45 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
* =================================== */
$(function () {
$('html').bind("click", clearMenus)
$('html').bind("click.dropdown.data-api", clearMenus)
$('body').dropdown(s)
})