Bueno les comento mi problema estoy buscando como hacer para habilitar y deshabilitar un <select> de html.
Explico mas:
Tengo un input text:
Código HTML:
Ver original<input name="nameclient" type="text" class="art-input" style="height:20px; width:80%;" value="" maxlength="50" />
Un Select:
Código HTML:
Ver original<select name="cliente" style="height:20px; width:20%;" type="text" />
Y un boton Radio o CheckBox:
Con el boton (radio/checkbox) cuando este apretado que habilite el input text y cuando no este apretado que deshabilite el input text y habilite el select
Espero que me puedan ayudar estoy atento a las respuestas Muchas gracias.