forked from scottdarby/Stylish-Select
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added namespace to ALL events so that they can be unbound cleanly wit…
…hout the clal to .unbind() removing non-sSelect events from the form element. While it probably wasn't neccisary to namespace ALL events (including those not on the select element), this gives more control to users who can now unbind their events or the sSelect events seperately. This pattern should be followed for future event handlers.
- Loading branch information
Showing
1 changed file
with
36 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters