Empty Textbox


Empty a textbox field
function setEmpty(elementid) {
  return $("#" + elementid).setValue('');
}