laroux.js 2.1.0

laroux.js is a slim (30KB) jQuery/Zepto substitute, cross-browser and mobile device compatible, with a few lightweight conceptual extensions (UI helpers and MVC). So far it comes with AJAX support, animations, CSS, Date, DOM, Event, Form and Helper modules, MVC, Stack, Templating, Timers, Triggers, UI, Vars and Wrapper components.

Tags javascript jquery mvc browser dynamic-html mobile helpers
License Apache
State stable

Recent Releases

2.1.019 Jun 2015 05:45 minor feature: added l.routes. added l.storyboard. l.stack is now l.types.observable. added l.helpers.removeFromArray method. added l.helpers.callAll method.
2.0.0-alpha.107 Feb 2015 03:15 minor feature: code is heavily refactored due to new modularity system. started bundling with browsify's module dependency loader. directory reorganisation and config folder for customising tasks. grunt replaced with gulp, in order to handle build tasks. new build tasks including header, csscomb and jscs. sourcemaps generation. small bug fix for dontSkipReturns parameter in l.helpers.map.
1.4c27 Nov 2014 17:05 minor bugfix: Wrapper support. MVC two way binding. Three builts are being shipped, laroux.base.js only consist of basic functionality. laroux.ext.js brings anim, date, mvc, stack, templates and ui components to base. and laroux.js is the combination of both. ContentEnd event is renamed to ContentLoaded. Array support for l.dom.attr and l.dom.data. Improved backward compability for IE8+. Multiple event subscription/unsubscription. Parent agnostic referencing. Minor code optimizations, bugfixes and type checks.