Skip to content

cbkmutlu/dom-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript dom manipulation

jQuery Syntax Yet Another Alternative

functions.js and polyfill.js (optional) are required.

doc(function() {
  doc('button').on('click', function() {
    alert('here');
  });
});