摘要:
<script type="text/JavaScript"> var size = 1.0; function showheight() { alert(document.body.clientHeight);}function zoomout() { size = size + 0.1; set 阅读全文
摘要:
jquery的radio和checkbox的标签的操作集合: $("input[name='radio_name'][checked]").val(); //选择被选中Radio的Value值$("#text_id").focus(function(){//code...}); //事件 当对象te 阅读全文