mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 14:43:24 +01:00
Update password on auto complete
This commit is contained in:
parent
00f03553db
commit
2c38778ca2
@ -97,6 +97,10 @@
|
||||
|
||||
});
|
||||
|
||||
$clone.bind('change', function() {
|
||||
update( $clone , $input)
|
||||
});
|
||||
|
||||
// Added for JQuery Validation compatibility
|
||||
// This will trigger validation if it's ON for blur event
|
||||
$clone.bind('blur', function() { $input.trigger('focusout'); });
|
||||
|
Loading…
Reference in New Issue
Block a user