摘要: <script type="text/JavaScript"> var size = 1.0; function showheight() { alert(document.body.clientHeight);}function zoomout() { size = size + 0.1; set 阅读全文
posted @ 2018-07-05 16:49 Mr_伍先生 阅读(214) 评论(0) 推荐(0) 编辑
摘要: jquery的radio和checkbox的标签的操作集合: $("input[name='radio_name'][checked]").val(); //选择被选中Radio的Value值$("#text_id").focus(function(){//code...}); //事件 当对象te 阅读全文
posted @ 2018-07-05 16:42 Mr_伍先生 阅读(210) 评论(0) 推荐(0) 编辑