Skip to content

Multiple-selectors

Latest
Compare
Choose a tag to compare
@hypesystem hypesystem released this 16 Feb 15:37

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!