forked from 0x2620/oxjs
update mouse events example (CSS)
This commit is contained in:
parent
f324320f89
commit
e790571f2c
2 changed files with 16 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
This example demonstrates the mouse events that any Ox.Element fires.
|
||||
*/
|
||||
|
||||
Ox.load({UI: {theme: 'classic'}}, function() {
|
||||
|
||||
var $target = Ox.Element()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue