diff --git a/jquery.selectify.js b/jquery.selectify.js index dd868a7..236ff89 100644 --- a/jquery.selectify.js +++ b/jquery.selectify.js @@ -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();