checkbox
$("input[name='suitable_siteid_edit[]']").each(function() {
$(this).attr("checked",false);
var va = $(this).val();
if(str.indexOf(va) != -1)
$(this).attr("checked",true);
});
$("input[name='suitable_siteid_edit[]']").each(function() {
$(this).attr("checked",false);
var va = $(this).val();
if(str.indexOf(va) != -1)
$(this).attr("checked",true);
});