Skip to content

Instantly share code, notes, and snippets.

@markyun
Created July 24, 2013 08:33
Show Gist options
  • Save markyun/6068921 to your computer and use it in GitHub Desktop.
Save markyun/6068921 to your computer and use it in GitHub Desktop.
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!")</script><![endif]-->
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!")</script><![endif]-->
我们公司还要兼容IE6. 我Tm用的bootstrap啊!!!伤不起啊,。于是我下了一面一段来兼容它:
<!--[if IE 6]><script>alert("你浏览器弱爆了,哥不带你玩!");window.close();</script><![endif]-->
@markyun
Copy link
Author

markyun commented Jul 24, 2013

// 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
// });
// });
// }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment