diff --git a/src/jquery.uls.regionfilter.js b/src/jquery.uls.regionfilter.js index 1169962..8a62eb3 100644 --- a/src/jquery.uls.regionfilter.js +++ b/src/jquery.uls.regionfilter.js @@ -121,6 +121,8 @@ } else { $parent.append( $element ); } + // Restore the events jQuery has helpfully removed + this.options.$target.listen(); } if ( this.options.success ) {