1. 程式人生 > >jquery 多條件匹配

jquery 多條件匹配

$('#property-frame input[type="button"]').attr("onclick","choiceDateaSource(this,'"+sourceName+"','"+cell.id+"')");
$('#property-frame input[isradio][class]').html("radio","icon-folder-close folder-icon").attr("onclick","choiceDateaSource(this,'"+sourceName+"','"+cell.id+"')");
$('#property-frame span[class="icon-folder-close folder-icon"]').attr("onclick","choiceDateaSource(this,'"+sourceName+"','"+cell.id+"')");