最新回答 / 我就是愛學習
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.js"></script> <script src="https://cdn.bootcss.com/jquery-validate/1.17.0/jquery.validate.js"></script>可以在http://www.bootcdn.cn/這個網站上搜索然后引用
2017-12-12
最新回答 / Y_XL
jQuery.validator.setDefaults({ ? ?debug: true, ? ?errorElement: 'div', ? ?errorPlacement: function(error, element) { ? ? ? ?if ($(element).parent().hasClass('datetimepicker')) { ? ? ? ? ? ?error.insertAfter(element.parent()); ? ? ? ?} else { ? ? ? ? ? ?er...
2017-07-28