摘要: //box-shaow http://www.css88.com/tool/css3Preview/Box-Shadow.html //flex-box //转义工具 http://www.css88.com/tool/html-escape/ 阅读全文
posted @ 2016-12-13 14:22 DoubleLife 阅读(228) 评论(0) 推荐(0) 编辑
摘要: //Jquery中select的使用 //select获取当前选中的value值 $('#sel').change(function () { var depId = $(this).children('option:selected').val(); }); //select根据当前的text文本设置是否选中 $("#sel option[text='当前文本']").attr("... 阅读全文
posted @ 2016-12-13 14:12 DoubleLife 阅读(150) 评论(0) 推荐(0) 编辑