more menu

This commit is contained in:
Rolux 2010-02-05 21:35:48 +05:30
parent c221636f18
commit 18c222efb4
2 changed files with 11 additions and 1 deletions

View File

@ -2046,7 +2046,6 @@ requires
that.items[self.options.selected].trigger("mouseleave");
}
if (self.options.parent) {
console.log(self.options.element)
self.options.element.removeClass("OxSelected");
}
that.loseFocus();

View File

@ -99,6 +99,17 @@ $(function() {
],
title: "Even More"
},
{
id: "nothing_more",
items: [
{
disabled: true,
id: "nothing",
title: "Nothing"
}
],
title: "Nothing More"
},
{},
{
id: "foo",