Skip to content

SelectAllCheckbox v2.0

Compare
Choose a tag to compare
@kloverde kloverde released this 26 Mar 14:23

This release contains the following breaking change:

  • The callbacks which existed in version 1.0 no longer exist, and have been replaced by a single new callback: onChangeCallback. As the name implies, this callback's behavior differs from the callbacks of version 1.0. Unlike the 1.0 callbacks which fired on click, onChangeCallback fires on change. The prototype of the new callback is also different: the first argument is now an array of jQuery objects.