摘要:
jQuery获取Radio选择的Value值:1. $("input[name='radio_name'][checked]").val();//选择被选中Radio的Value值2. $("#text_id").focus(function(){//code...});//事件 当对象text_id获取焦点时触发3. $("#text_id").blur(function(){//code...... 阅读全文
posted @ 2010-04-14 11:38
tangself
阅读(77442)
评论(5)
推荐(6)