Skip to content

Instantly share code, notes, and snippets.

@mesuttalebi
Created December 17, 2016 10:40
Show Gist options
  • Save mesuttalebi/27972ed27b3d2f4e9e4b2849abeddc6c to your computer and use it in GitHub Desktop.
Save mesuttalebi/27972ed27b3d2f4e9e4b2849abeddc6c to your computer and use it in GitHub Desktop.
Jquery.validator.unbostrusive.parse form after ajax load
$(document).on('click', 'button.save', function (event) {
$.validator.unobtrusive.parse('#InspectionScopeForm');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment