jQuery(document).ready(function() { // VALIDATION jQuery(function () { jQuery("input,select,textarea").not("[type=submit]").jqBootstrapValidation(); } ); });