Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 165 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 165 Bytes

Usage

<Widget id="box1" src="checkbox" value="true"/>
$.box1.getView().addEventListener('change', function(e){
   alert(e); 
});