mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
wrap for domready
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@
|
||||
$('a.menu').parent('li').removeClass('open')
|
||||
}
|
||||
|
||||
$('body').bind("click", clearMenus)
|
||||
$(function () {
|
||||
$(window).bind("click", clearMenus)
|
||||
})
|
||||
|
||||
$.fn.dropdown = function ( options ) {
|
||||
return this.each(function () {
|
||||
|
||||
Reference in New Issue
Block a user