AudithSoftworks / Uniform

A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!
http://opensource.imanov.net/uniform/
MIT License
2.2k stars 336 forks source link

about bindMany #425

Open Thyiad opened 8 years ago

Thyiad commented 8 years ago

bindMany method only handle click and touchend event, why not handle change event ?

Like checkbox, sometimes we need to change: prop('checked',true)

UI will not change