$("#tbAccountInforMation td.required").each(function() {
        var text = $(this).html().replace(/ /g, "");
        text = "<span style='color:red;'>*</span> "+text;
        $(this).html(text);
    });

相关文章: