jueves, 27 de junio de 2013

Obtener el texto de un select HTML




$('#concursoId').change(function(){
var check = $("#concursoId option:selected").text();
alert(check );
});
impimira en pantalla hola mundo ajax

No hay comentarios:

Publicar un comentario