最終更新:2013-01-05 (土) 18:24:20 (4121d)  

xui
Top / xui

http://xuijs.com/

a super micro tiny dom library for authoring html5 mobile web applications.

// a trivial example
x$('#btn').click( function (e) {
    x$('#msg').html('Thanks for your submission!');
})

alternatives

関連