![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/10/2010, 14:42
|
![Avatar de chicohot20](http://static.forosdelweb.com/customavatars/avatar305016_1.gif) | | | Fecha de Ingreso: mayo-2009
Mensajes: 388
Antigüedad: 15 años, 8 meses Puntos: 43 | |
Respuesta: Capturar id de un select con jquery
Código HTML:
Ver original<script type="text/javascript" > $(document).ready(function(){ $("#id_obra").click(function(){ alert($(this).val()); }) });
|