Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

splickjs

Simple and easily extensible lightweight javascript library.

usage

Splick works like jquery but faster and easier to use.

Setup the variable for your library:

var $ = function (selector) { return new DOM(selector); };

Animate a fdiv on click

$("#click-me").click(function(){ $(this).animate({ "opacity": 0 }, 1000); }); });

About

Simple and easily extensible lightweight javascript library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages