12 lines
260 B
JavaScript
12 lines
260 B
JavaScript
/*
|
|
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
|
Author: CoderThemes
|
|
Website: https://coderthemes.com/
|
|
Contact: support@coderthemes.com
|
|
File: Form validation init js
|
|
*/
|
|
|
|
$(document).ready(function() {
|
|
$('.parsley-examples').parsley();
|
|
});
|