I'm trying to call the handler of an event via jquery, while the triggerHandler
method is only affecting one of the selected elements, and the selector definitely represents multiple elements.
The triggerHandler is called within the event of a check-box to change the values of several other check-boxes, with the same value of it. Setting the 'checked' property for all other check-boxes works, however the triggerHandler does not.
What am I doing wrong?