SyntaxFix
Write A Post
Hire A Developer
Questions
For those who end up here, but have jQuery:
// javascript / jQuery $("label.required").append('<span class="red-star"> *</span>') // css .red-star { color: red; }