Posted in Javascript onJuly 09, 2014
获取选中select :
$("#id option:selected").val();
自定义radio:
$("input[name=sex][value="+data.sex+"]").attr("checked",true);
获取radio:
$("input[name='sex']:checked").val()
设置input不能编辑:
$("#cashNum").attr("disabled","disabled");
jQuery获取选中内容及设置元素属性的方法
- Author -
whsnow声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@