How to call a javascript function which is inside a jquery function?
How to call a javascript function which is inside a jquery function?
Below is the structure
$.fn.CreatePayment= function() {
......
function overpay(money){
}
};
How do I invoke the overpay function ??
Appreciate help on this
Topic Participants
nageshpatil9
jakecigar