1
0
Fork 0
forked from 0x2620/oxjs

add progress bar example

This commit is contained in:
rolux 2012-04-14 13:49:58 +02:00
commit 23b583098e
6 changed files with 218 additions and 89 deletions

View file

@ -6,7 +6,7 @@ Ox.load({UI: {theme: 'classic'}}, function() {
var $target = Ox.Element()
.attr({id: 'target'})
.html('click/hold/drag here')
.html('click/hold/drag')
.appendTo(Ox.$body),
$log = Ox.Element()
.attr({id: 'log'})