validation.js 129 Bytes Edit Raw Blame History Permalink 1 2 3 4 jQuery("#bsc-plugin-sales-form").validate({ errorPlacement: function(error, element){element.attr('title', error.text())} });