Skip to content

simple javascript framework emulating jquery functions and css grid styles as bootstrap

License

Notifications You must be signed in to change notification settings

webdevlabs/tooSimpleJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tooSimpleJS

very simple javascript framework

Features:

  • selectors
  • html content changer
  • css style changer
  • events
  • hide, show, toggle

Usage


$$('#someID').html('some html content');

$$('.someClass').css('display:none');

$$('#thisInput').on('change', function () { alert('input changed'); });

$$('#thisInputbtn').on('click', function () { alert('button clicked'); });

$$('input[name="test"]').show();

$$('input[name="test"]').hide();

$$('input[name="test"]').toggle();


About

simple javascript framework emulating jquery functions and css grid styles as bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published