There is a onclick function on button called 'SendTransferAction', but still need to wrap it in the specific button only called button-2.
Code: Select all
function SendTransferAction(){
jQuery("#response").validate({
expression: "if (VAL) return true; else return false;",
message: "Please enter correct Capthcha Code"
});
}