forked from 0x2620/oxjs
adding missing files
This commit is contained in:
parent
eb2decae42
commit
114d2d9bd6
3 changed files with 6232 additions and 2 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue