OzJS
A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp.
- A jQuery-compatible and non-All-in-One library which is more "Zepto" than Zepto.js
- Focus on DOM operations and mobile platform, wrap native API wherever possible.
Under construction...
var $ = require('dollar');
$() -- find() -- eq() -- not() -- has() -- parent() -- parents() -- closest() -- siblings() -- next() -- nextAll() -- nextUntil() -- prev() -- prevAll() -- prevUntil() -- children() -- contents() -- is() -- hasClass() -- addClass() -- removeClass() -- toggleClass() -- attr() -- removeAttr() -- prop() -- removeProp() -- data() -- removeData() -- val() -- empty() -- html() -- text() -- css() -- hide() -- show() -- offset() -- width() -- height() -- appendTo() -- append() -- prependTo() -- prepend() -- insertBefore() -- before() -- insertAfter() -- after() -- replaceAll() -- replaceWith() -- wrap(boxes) -- wrapAll() -- wrapInner() -- unwrap() -- clone() -- remove() -- bind() -- unbind() -- trigger() -- end() -- each() -- $.matchesSelector -- $.createNodes -- $.camelize -- $.dasherize -- $.Event -- $.ajax() -- $.when() -- $.type() -- $.isArray() -- $.proxy() -- $.extend() -- $.fn.ready() -- $.fn.animate() -- $.fn.delegate() -- $.fn.on() -- $.fn.map() -- $.fn.data(object) -- $.fn.detach(object) -- Under construction...
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.