Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jquery.selectify.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@

// Check to see if this element has already been selectified(TM)
if ( el.data("sl") === true ) {
// Remove change hook from old element
el.off("change")

// Remove old selectifications from the element
el.next( "." + settings.classes.container ).remove();
Expand Down