chikuwa.js is light-weight javascript library for iOS/Android web browser.
simply import chikuwa.js
Apply text element
$(‘body’).text(‘hello world!’);
Generate html content
$(‘body’).tag(‘span’).text(‘Sample Text’).gat();
Apply events
$(‘ul li.cls’).tap(function() { $(this).text(‘tapped!’); });
etc..