摘要:
<textarea class="form-control" id="gryj" rows="3" maxlength="30" style="resize:none;"></textarea> 可以去掉。
阅读全文
posted @ 2017-06-09 16:56
路修远而求索
阅读(2703)
推荐(0)
编辑
摘要:
$("#c01-select").select2({ ajax: { url: "data.json", dataType: 'json', delay: 250, data: function (params) { return { q: params.term, }; }, processRes
阅读全文
posted @ 2017-06-09 15:02
路修远而求索
阅读(1364)
推荐(0)
编辑
摘要:
二、导入css和js到网站上 1.使用CDN,节省自己网站的流量 ? 1 2 <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="external nofollow" r
阅读全文
posted @ 2017-06-09 11:22
路修远而求索
阅读(5884)
推荐(1)
编辑
摘要:
针对获取到location.href的兼容代码: [javascript] view plain copy try { ajaxLocation = location.href; } catch( e ) { // Use the href attribute of an A element //
阅读全文
posted @ 2017-06-09 11:00
路修远而求索
阅读(12318)
推荐(3)
编辑