Skip to content
/ Vjs Public

Gulp project for modular Vanilla library (a bit JQuery style)

License

Notifications You must be signed in to change notification settings

CssFly/Vjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vjs

Gulp project for modular Vanilla library (a bit JQuery style)

This project is intended to provide a ligweight solution for common JQuery like funtions like .addClass() or .toggleClass()

The design is modular and you can add new features by adding your function to the /js/quarks directory. If you don't want already available functions for your personal V.js simply remove the correspondending file from /js/quarks directory. Gulp will take care that your module will be added to or removed from V.js, wich can be used like JQuery:

V(selector).addClass('cool').toggleClass('visible');

Your custom function will be encapsulated from global namespace. You already have a list of DOM-Elements available (var elements).

Feel free to contribute.

About

Gulp project for modular Vanilla library (a bit JQuery style)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published