miércoles, 9 de mayo de 2012

jQuery: para Pablon de dgn con cariño - detectar cambio en select con jQuery

    
    $("#miSelect").change(function(){
        //console.log($(this));        
        if($(this).val() == "volvo"){
            $("#miInput").show()       
        }           
    })


Test Online:
http://jsfiddle.net/t5TMQ/

No hay comentarios:

Publicar un comentario