发布于 2012-10-21 15:13:31
创建jQuery用于动态搜索的字符串:
function un(id){ //this id has the ids from 0 to 100 and I only want to apply css effects to the id=33
//alert(id);
$('#' + id).css('text-decoration', 'underline');
} https://stackoverflow.com/questions/12999065
复制相似问题