![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/01/2011, 12:52
|
![Avatar de Manuellama](http://static.forosdelweb.com/customavatars/avatar158742_2.gif) | | | Fecha de Ingreso: noviembre-2006 Ubicación: Zafra, Extremadura, Spain, Spain
Mensajes: 174
Antigüedad: 18 años, 2 meses Puntos: 10 | |
Respuesta: Llamar a 2 funciones con jquery $(document).ready(function(){
$("#cliente").onchange(function(){
ajax(this.value);
TraeObra(this.value);
}
);
});
haz lo que te dice dany, pasale this.value a traeobra también |