GitXplorerGitXplorer
a

diy

public
75 stars
7 forks
3 issues

Commits

List of commits on branch gh-pages.
Unverified
a2388839a1d4cc43ce1b90f86a082de0fa8ff027

Merge branch 'gh-pages' of github.com:adambutler/diy into gh-pages

aadambutler committed 10 years ago
Unverified
4148b89390059e836f583db2655f4e18c92122e1

Add link to testsuite

aadambutler committed 10 years ago
Unverified
0dd0bc861b1a676281e5f336ca7e041a89b2e612

Merge pull request #11 from adambutler/remove-jquery

aadambutler committed 10 years ago
Unverified
acafbb77a5b669a9cbf5e554c233dd7e497155b0

Remove unused files

aadambutler committed 10 years ago
Unverified
dced622945e73ea91c8e64506b129df1bf039453

Merge pull request #10 from adambutler/add-test-suite

aadambutler committed 10 years ago
Unverified
6479e3c56e0e3f75d2f3e8b7fc05c06c089c3dea

Add test suite

aadambutler committed 10 years ago

README

The README file for this repository.

A modern cross-platform JavaScript library & only 18 bytes

Examples

Click event

  $.getElementById("demo1").addEventListener('click', function(){
    alert('click');
  });

Document width and height

  console.log("Height: "+$.body.clientHeight);
  console.log("Width: "+$.body.clientWidth);

More examples and documentation can be found here.

FAQ

Hey bro, are you serious?

Sure... I built diy.js because I wanted the flexibility to do anything I liked but without the expensive weight of other JavaScript libraries.

How long did diy.js take to develop?

I've been developing diy.js for three years, about nine months of this was ensuring that diy.js was fully browser tested.

Where can I get the source code for diy.js?

It's right here - have fun.

How can I contact you?

I'm on Twitter, Github or email me at adam@lab.io