<input type="text" id="f_tab_4_frete" upd="0" />
<input type="text" id="f_tab_4_clie" upd="0" />
<input type="text" id="f_tab_4_cod" upd="0" />
<input type="text" id="f_tab_4_desc" upd="0" />
<input type="text" id="f_tab_4_prod" upd="0" />
<input type="text" id="f_tab_4_uf" upd="0" />
<input type="text" id="f_tab_4_raz" upd="0" />
<input type="text" id="f_tab_4_ema" upd="1" />
<input type="text" id="f_tab_4_was" upd="1" />
<input type="text" id="f_tab_4_tipo" upd="1" />
ASKER
$('[id^="f_tab_4_"]').find('[upd="0"]').attr('readonly','readonly');
ASKER
ASKER
ASKER
ASKER
jQuery (Core) is a cross-browser JavaScript library that provides abstractions for common client-side tasks such as Document Object Model (DOM) traversal, DOM manipulation, event handling, animation and Ajax. jQuery also provides a platform to create plugins that extend jQuery's capabilities beyond those already provided by the library.
TRUSTED BY
Open in new window