removes the note block from an input or a radio button
name | string | the name of an item |
value | string | the value of an item (for a radio button) |
//for a radio button
myForm.clearNote(name,value);
//for other items
myForm.clearNote(name);
Back to top