nano JavaScript framework
Welcome to the documentation browser
The nano JavaScript framework offers a powerful yet lightweight API for constructing UI components and interfacing the DOM.
Documentation
nano JavaScript framework
Version
1.0
Language
javascript
Author(s)
James Watts
License
GPL
Website
http://www.nanojs.org
Created
08/10/2022
Revised
19/03/2012
nano
( obj )
Function
nano
Object
ver
Property
plugin
( obj, fn )
Function
reg
( obj )
Function
args
( i )
Function
uniq
( len )
Function
isset
( val )
Function
type
( val )
Function
empty
( val )
Function
equal
( obj, val )
Function
count
( val )
Function
join
( objs, obj, deep )
Function
limit
( val, min, max )
Function
rand
( min, max )
Function
time
( )
Function
find
( attr, val, deep, node, obj )
Function
each
( obj, fn, scope )
Function
proxy
( fn, obj )
Function
node
( tag )
Function
add
( obj, parent )
Function
del
( obj )
Function
style
( obj, style )
Function
head
( )
Function
body
( )
Function
nodes
Object
def
Object
x
( )
Function
y
( )
Function
w
( cmp )
Function
h
( cmp )
Function
moveTo
( x, y )
Function
moveBy
( x, y )
Function
resizeTo
( w, h )
Function
resizeBy
( w, h )
Function
visible
( )
Function
show
( )
Function
hide
( )
Function
toggle
( )
Function
focus
( )
Function
blur
( )
Function
disable
( val )
Function
check
( val )
Function
select
( val )
Function
disabled
( )
Function
checked
( )
Function
selected
( )
Function
opacity
( val )
Function
hasClass
( css )
Function
addClass
( css )
Function
delClass
( css )
Function
toggleClass
( css )
Function
style
( obj )
Function
attr
( obj )
Function
evt
( obj )
Function
at
( i, val )
Function
has
( val )
Function
get
( attr )
Function
set
( val, mode )
Function
trim
( mode )
Function
empty
( )
Function
find
( attr, val, deep )
Function
tag
( )
Function
parent
( )
Function
children
( )
Function
first
( )
Function
last
( )
Function
adjacent
( )
Function
prev
( )
Function
next
( )
Function
add
( obj )
Function
before
( obj )
Function
after
( obj )
Function
clone
( )
Function
del
( )
Function
submit
( )
Function
reload
( )
Function
win
( )
Function
doc
( )
Function
head
( )
Function
body
( )
Function