Abhishek Arora
How can you make a textbox readonly using JQuery?
By Abhishek Arora in JQuery on Nov 18 2012
  • lakshmana poojary
    Sep, 2014 22

    $('#TextBoxId').attr('readonly', 'true');

    • 1
  • Ravikumar G
    Apr, 2013 24

    $('input[type="text"], textarea').attr('readonly','readonly');

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS