1
0
Fork 0
forked from 0x2620/oxjs

adding missing files

This commit is contained in:
Rolux 2010-02-04 13:35:05 +05:30
commit 114d2d9bd6
3 changed files with 6232 additions and 2 deletions

View file

@ -4,7 +4,8 @@ $(function() {
}).css({
position: "absolute",
left: "16px",
top: "16px"
top: "16px",
width: "128px"
}).appendTo($("body")),
menu = new Ox.Menu({
element: button,
@ -52,7 +53,6 @@ $(function() {
button
.click(menu.toggleMenu)
.bind("OxClickMenu", function(event, data) {
console.log(data)
button.options({
value: data.value
});