1
0
Fork 0
forked from 0x2620/oxjs

some menu scrolling

This commit is contained in:
Rolux 2010-02-05 20:29:24 +05:30
commit d3fc6207de
2 changed files with 51 additions and 30 deletions

View file

@ -97,7 +97,20 @@ $(function() {
title: "Twelfth"
},
],
title: "Even More",
title: "Even More"
},
{},
{
id: "foo",
title: "Foo"
},
{
id: "bar",
title: "Bar"
},
{
id: "baz",
title: "Baz"
}
]
});