1 Star 0 Fork 0

yinheli/Bootstrap-IE6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ie6.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
$(function() {
if ($.browser.msie && parseInt($.browser.version, 10) === 6) {
$('.row div[class^="span"]:last-child').addClass('last-child');
$('[class*="span"]').addClass('margin-left-20');
$('[class*="span"][class*="offset"]').removeClass('margin-left-20');
$(':button[class="btn"], :reset[class="btn"], :submit[class="btn"], input[type="button"]').addClass('button-reset');
$(':checkbox').addClass('input-checkbox');
$('[class^="icon-"], [class*=" icon-"]').addClass('icon-sprite');
$('.pagination li:first-child a').addClass('pagination-first-child');
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinheli/Bootstrap-IE6.git
git@gitee.com:yinheli/Bootstrap-IE6.git
yinheli
Bootstrap-IE6
Bootstrap-IE6
master

搜索帮助