Fala pessoal!!!
Estou utilizando jQuery para selecionar vários checkbox, o problema é que no IE funciona e no Firefox Não. Alguém pode me ajudar.
<a4j:loadScript src=“resource://jquery.js”/>
<input id="chk_All" onclick="check()" type="checkbox"/>Marcar / desmarcar todos<br/>
<hr/>
<input id="chk1" name="chk1" type="checkbox"/> Opcion 1<br/>
<input id="chk2" name="chk2" type="checkbox"/> Opcion 2<br/>
<input id="chk3" name="chk3" type="checkbox"/> Opcion 3<br/>
<input id="chk4" name="chk4" type="checkbox"/> Opcion 4<br/>
Desde já obrigado!!!