Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages