Wednesday, 28 August 2013

using jquery mask plugin with on() event

using jquery mask plugin with on() event

Is it possible to use mask function with "on()" event?
my jquery code for masking:
$("#ktel,#kmob").mask("(999) 999-9999");
what i need is something like this:
$("#ktel,#kmob").on("mask","(999) 999-9999");

No comments:

Post a Comment