JQUERY根据值将input控件选中!

<select>:

$('#country').find("option[value = " + data.country + "]").attr('selected', true);

 

<intpu type='check'>:

$('input[name=type][value = ' + data.type + ']').attr('checked', 'true');

posted @ 2014-03-11 09:25  王翔(kingfly)  阅读(586)  评论(0编辑  收藏  举报