You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
639 B
15 lines
639 B
<!-- 全局js -->
|
|
<script src="${ctx}/static/js/jquery.min.js?v=2.1.4"></script>
|
|
<script src="${ctx}/static/js/plugins/jquery-form/jquery.form.min.js?v=4.3.0"></script>
|
|
|
|
<script src="${ctx}/static/js/bootstrap.min.js?v=3.3.7"></script>
|
|
|
|
<!-- 自定义js -->
|
|
<script src="${ctx}/static/js/content.js?v=1.0.0"></script>
|
|
|
|
<!-- jQuery Validation plugin javascript-->
|
|
<script src="${ctx}/static/js/plugins/validate/jquery.validate.min.js"></script>
|
|
<script src="${ctx}/static/js/plugins/validate/localization/messages_zh.js" type="text/javascript"></script>
|
|
<!-- iCheck -->
|
|
<script src="${ctx}/static/js/plugins/iCheck/icheck.min.js"></script>
|