Sunday, March 6, 2016

Readonly a Textbox by jquery

just use this:
                     $('#textboxID').attr('readonly', true);

No comments:

Post a Comment