Pages

Wednesday, February 13, 2013

Read only pada form dengan JQuery

contoh :

<input type="text" id="SeriesNo" name="SeriesNo" >

maka untuk disable nya :


$("#SeriesNo").attr('readonly','readonly');

No comments:

Post a Comment