msb78600

Results 1 issues of msb78600

$(document).on('change', '#CreditCardNo', function () { $('#CreditCardNo').payform('formatCardNumber'); $('#expiry').payform('formatCardExpiry'); $('#CVC').payform('formatCardCVC'); $('#numeric').payform('formatNumeric'); }); ![asass](https://user-images.githubusercontent.com/50386934/57341830-7c8c8280-7101-11e9-8ed1-b22bf279543c.PNG) I am coding in ASP.NET MVC 5 and i am facing the error uncaught typeerror $(...)payform is not a...