Hello. Tell me, please, how can I put an event handler (say, onclick ) to all elements that have a specific css- class set.
In other words, let's say there is a css- class myClass , on the page there is an element
<input type="checkbox" class="myClass"/> How to install onclick handler for all elements with class myClass ?
Attention! Without the use of libraries.