Jak ustawić element odczytu za pomocą jQuery

To make an input readonly use: $("#fieldName"). attr('readonly','readonly');
Ankur