jack e1a2621c78 update 2 gadi atpakaļ
..
array e1a2621c78 update 2 gadi atpakaļ
collection e1a2621c78 update 2 gadi atpakaļ
date e1a2621c78 update 2 gadi atpakaļ
doc e1a2621c78 update 2 gadi atpakaļ
function e1a2621c78 update 2 gadi atpakaļ
lang e1a2621c78 update 2 gadi atpakaļ
math e1a2621c78 update 2 gadi atpakaļ
number e1a2621c78 update 2 gadi atpakaļ
object e1a2621c78 update 2 gadi atpakaļ
queryString e1a2621c78 update 2 gadi atpakaļ
random e1a2621c78 update 2 gadi atpakaļ
src e1a2621c78 update 2 gadi atpakaļ
string e1a2621c78 update 2 gadi atpakaļ
time e1a2621c78 update 2 gadi atpakaļ
.editorconfig e1a2621c78 update 2 gadi atpakaļ
.jshintrc e1a2621c78 update 2 gadi atpakaļ
.npmignore e1a2621c78 update 2 gadi atpakaļ
.travis.yml e1a2621c78 update 2 gadi atpakaļ
CHANGELOG.md e1a2621c78 update 2 gadi atpakaļ
CONTRIBUTING.md e1a2621c78 update 2 gadi atpakaļ
LICENSE.md e1a2621c78 update 2 gadi atpakaļ
README.md e1a2621c78 update 2 gadi atpakaļ
array.js e1a2621c78 update 2 gadi atpakaļ
collection.js e1a2621c78 update 2 gadi atpakaļ
date.js e1a2621c78 update 2 gadi atpakaļ
function.js e1a2621c78 update 2 gadi atpakaļ
index.js e1a2621c78 update 2 gadi atpakaļ
lang.js e1a2621c78 update 2 gadi atpakaļ
math.js e1a2621c78 update 2 gadi atpakaļ
number.js e1a2621c78 update 2 gadi atpakaļ
object.js e1a2621c78 update 2 gadi atpakaļ
package.json e1a2621c78 update 2 gadi atpakaļ
queryString.js e1a2621c78 update 2 gadi atpakaļ
random.js e1a2621c78 update 2 gadi atpakaļ
string.js e1a2621c78 update 2 gadi atpakaļ
time.js e1a2621c78 update 2 gadi atpakaļ

README.md

mout

http://moutjs.com/

Build Status

All code is library agnostic and consist mostly of helper methods that aren't directly related with the DOM, the purpose of this library isn't to replace Dojo, jQuery, YUI, Mootools, etc, but to provide modular solutions for common problems that aren't solved by most of them. Consider it as a crossbrowser JavaScript standard library.

Main goals

  • increase code reuse;
  • be clear (code should be clean/readable);
  • be easy to debug;
  • be easy to maintain;
  • follow best practices;
  • follow standards when possible;
  • don't convert JavaScript into another language!
  • be compatible with other frameworks;
  • be modular;
  • have unit tests for all modules;
  • work on multiple environments (IE7+, modern browsers, node.js);

What shouldn't be here

  • UI components;
  • CSS selector engine;
  • Event system - pub/sub;
  • Template engine;
  • Anything that isn't generic enough to be on a standard library;
  • Anything that could be a separate library and/or isn't a modular utility...

API Documentation

Online documentation can be found at http://moutjs.com/ or inside the doc folder.

FAQ / Wiki / IRC

For more info about project structure, design decisions, tips, how to contribute, build system, etc, please check the project wiki.

We also have an IRC channel #moutjs on irc.freenode.net

License

Released under the MIT License.