This release adds support for selecting multiple elements with a single selector statement, and triggering showandtell events correctly on all selected events.
For example, $("#div1, #div2").hide();
will now correctly trigger events for both #div1
and #div2
.
Thanks to Paul Biron for the contribution!