<!--[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]-->
<!--[if gt IE 5.0]> IE5.0以及IE5.0以上版本都可以识别 <![endif]-->
<!--[if IE 6]> 仅IE6可识别 <![endif]-->
<!--[if lt IE 6]> IE6以及IE6以下版本可识别 <![endif]-->
<!--[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]-->
<!--[if IE 7]> 仅IE7可识别 <![endif]-->
<!--[if lt IE 7]> IE7以及IE7以下版本可识别 <![endif]-->
<!--[if gte IE 7]> IE7以及IE7以上版本可识别 <![endif]-->
#textFieldId::-ms-clear {display: none;}
input[type=text]::-ms-clear { display: none; }
var DEFAULT_VERSION = 8.0;
var ua = navigator.userAgent.toLowerCase();
var isIE = ua.indexOf('msie') > -1;
var safariVersion;
if (isIE) {
safariVersion = ua.match(/msie ([\d.]+)/)[1];
}
if (safariVersion <= DEFAULT_VERSION) {
// ie8
}
<script src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"></script>
$.support.cors = true;
$.ajax({
type: 'post',
url: '#',
data: $(form).serialize(),
success: function (response) {
if (response) {
var data = response;
if (data.status === 1) {
popup.showMessageBox(data.info, true);
} else {
popup.showMessage(data.info, 'error');
}
} else {
popup.showMessage('提交失败', 'error');
}
},
error: function (er) {
//
},
complete: function () {
//
},
});
border-radius
rgba
:last-child
Object.keys();
$.getJSON
//解决办法:https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest,记得设置$.ajaxSetup({ cache: false }); 否则会有缓存