Created
July 24, 2013 08:33
-
-
Save markyun/6068921 to your computer and use it in GitHub Desktop.
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!")</script><![endif]-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!")</script><![endif]--> | |
我们公司还要兼容IE6. 我Tm用的bootstrap啊!!!伤不起啊,。于是我下了一面一段来兼容它: | |
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!");window.close();</script><![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// function regClick(node_id,val){
// if(val==""){
// val='%y-%M-%d';
// }
// $("#"+node_id).click(function() {
// alert(1234);
// WdatePicker({
// dateFmt:"yyyy-MM-dd",
// realDateFmt:"yyyy-MM-dd",
// minDate: '%y-%M-%d',
// autoPickDate:true
// // onpicked:calB
// });
// });
// }