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

read application.js

This commit is contained in:
Jacob Thornton
2011-06-30 13:57:29 -07:00
parent e92be3f654
commit 6687acc8ec
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ $(document).ready(function(){
$("ul.menu-dropdown").hide();
$('a.menu').parent("li").removeClass("open").children("ul.menu-dropdown").hide();
});
$("a.menu").click(function(e) {
var $target = $(this);
var $parent = $target.parent("li");