2017年12月7日

自定义鼠标右键

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head><style type="text/css"> /*body{ cursor: url("./img/erh.png"), auto; }*/ #wr 阅读全文

posted @ 2017-12-07 16:44 每天暴走三公里 阅读(129) 评论(0) 推荐(0) 编辑

关于select input(选中,取值,赋值等)--------方便自己查阅

摘要: Query获取Select选择的Text和Value: 语法解释: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("op 阅读全文

posted @ 2017-12-07 13:24 每天暴走三公里 阅读(3849) 评论(0) 推荐(0) 编辑

导航