12 2015 档案

摘要:$('ul.main-menu li a').each(function(){ if($($(this))[0].href==String(window.location)) $(this).parent().addClass('active');});http://jingya... 阅读全文
posted @ 2015-12-30 16:31 蛋蛋的小家 阅读(720) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-12-15 10:36 蛋蛋的小家 阅读(664) 评论(0) 推荐(0)
摘要:相关通用药物分类 用药目的(非交集用颜色区分) 交集类别 操作 xxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxssssssssssss xxx 包含 删除关联 xxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxx... 阅读全文
posted @ 2015-12-08 15:27 蛋蛋的小家 阅读(421) 评论(0) 推荐(0)
摘要:if($("radio").attr("checked")){ alert("选中") }else{ alert("不选中")} 阅读全文
posted @ 2015-12-02 14:28 蛋蛋的小家 阅读(749) 评论(0) 推荐(0)
摘要:ie7浏览器以后的下拉框,给他加上边框样式,是没用的。要是想做出样式好看的下拉框需要用js或者jquery来模拟实现。代码如下: 友情链接 友情链接一`友情链接二` ... 阅读全文
posted @ 2015-12-01 16:52 蛋蛋的小家 阅读(1118) 评论(0) 推荐(0)