Restore the events jQuery helpfully removes

This commit is contained in:
MatmaRex
2013-06-27 16:34:49 +05:30
committed by Santhosh Thottingal
parent 8a1e3eb18e
commit 148d43bf44
+2
View File
@@ -121,6 +121,8 @@
} else {
$parent.append( $element );
}
// Restore the events jQuery has helpfully removed
this.options.$target.listen();
}
if ( this.options.success ) {