随笔分类 -  前端

摘要:1、特殊字符安 < &lt > &gt & &amp ¥ &yen ® &reg ° &deg ± &plusmn × &times ÷ &divide ² &sup2 ³ &sup3 2、无序列表:ul tyle:square、circle、disc 3、无序列表:ol type:1 ; a ; 阅读全文
posted @ 2018-06-03 22:38 码到世界末日 阅读(140) 评论(0) 推荐(0)
摘要:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">改成<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 阅读全文
posted @ 2018-02-25 10:39 码到世界末日 阅读(120) 评论(0) 推荐(0)
摘要:var val=$('input:radio[name="sex"]:checked').val(); 阅读全文
posted @ 2017-12-20 15:09 码到世界末日 阅读(122) 评论(0) 推荐(0)
摘要:$("body").keydown(function() { if (event.keyCode == "13") {//keyCode=13是回车键 $('#btnSumit').click(); } }); 阅读全文
posted @ 2017-12-15 14:36 码到世界末日 阅读(261) 评论(0) 推荐(0)
摘要:function GetQueryString(name) { var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if(r!=null)retur... 阅读全文
posted @ 2017-12-05 15:29 码到世界末日 阅读(205) 评论(0) 推荐(0)
摘要:防止IE下不支持 Ajax 阅读全文
posted @ 2017-03-28 10:55 码到世界末日 阅读(200) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-01-20 16:08 码到世界末日 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-01-20 11:27 码到世界末日 阅读(3) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-01-19 18:03 码到世界末日 阅读(5) 评论(0) 推荐(0)