jtfl2008 / myQuery

A JavaScript DOM manipulation library for learning purposes

Home Page:http://addyosmani.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: This repo is a work in progress and is not yet ready for stable usage. We're heavily refactoring it and will announce once it's ready.

myQuery is a miniature JavaScript DOM manipulation library, modelled around the jQuery API. It's written as a proof-of-concept for education purposes so that developers wishing to learn about JavaScript fundamentals like:

  • chaining
  • style manipulation
  • attribute manipulation
  • event handling
  • and more

can grasp these concepts without needing to go too beyond the JavaScript they may already be familiar with.

About

A JavaScript DOM manipulation library for learning purposes

http://addyosmani.com


Languages

Language:JavaScript 83.9%Language:HTML 16.1%