hidekiy / chikuwa.js

lightweight javascript library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chikuwa.js

chikuwa.js is light-weight javascript library for iOS/Android web browser.

Usage

simply import chikuwa.js

Examples

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..

About

lightweight javascript library


Languages

Language:JavaScript 100.0%