1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02: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

View File

@@ -59,7 +59,7 @@
* =================================== */
$(function () {
$('html').bind("click", clearMenus)
$('html').bind("click.dropdown.data-api", clearMenus)
$('body').dropdown(s)
})