Get Textbox Value


Get the value of a textbox
function fetchValue(elementid) {
    return $("#" + elementid).getValue();
}