Giter Club home page Giter Club logo

clarity.js's Introduction

Clarity.js

Implementation of jQuery based on W3C specification, regardless of DOM implementation status in browsers.

Warning

This is not production code.

It is simply an attempt to write Javascript code as I would write it if all browsers had implemented full W3C specification.

Many of the methods are still bugged. Lots of code could be optimized and/or reduced, while keeping it simple and readable.

API

Many of the jQuery original methods have been already implemented. Some of them don't support yet all possible arguments. Some of methods will not be implemented, as I believe they are no longer usable, or do not belong to DOM abstraction library.

Documentation

All code was automatically documented using smartcomments. Most of the code still requires commenting, which I will try to do in free time. Use following command to generate basic documentation. jsdoc -d ./docs/ build/clarity.js

Build

Run tools/build.js. Build can be customized in build.config.js.

In my free time I hope to utilize gulp or similar tool to simplify development, but for now this must suffice.

Tests

Some test have been written in a single file. As time allows, tests for all code will be written in separate files.

clarity.js's People

Contributors

autioch avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.