How to wrap a button click to initiate function
Posted: Wed Jul 03, 2013 9:39 am
I ok with jQquery, I have been trying for hours on how to wrap a button click function to this.
There is a onclick function on button called 'SendTransferAction', but still need to wrap it in the specific button only called button-2.
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"
});
}