Restore the events jQuery helpfully removes

This commit is contained in:
MatmaRex
2013-06-14 12:26:50 +02:00
committed by Santhosh Thottingal
parent 8a1e3eb18e
commit 148d43bf44

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 ) {