最終更新:2013-01-05 (土) 18:24:20 (4354d)
xui
Top / xui
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!'); })