Ver Mensaje Individual
  #30 (permalink)  
Antiguo 14/06/2012, 03:10
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 7 meses
Puntos: 6
Respuesta: limpiar select despues de enviar datos mediante ajax

function cargar_usuarios() {
* * $.ajax({
* * * * *url: 'views/cargar_usuarios.php',
* * * * *type:'get',
* * * * *cache:false,
* * * * *success: function(data) {
* * * * * * * $('#div_tabla_usuario').html(data);
document.getElementById('categoria').options[0].checked = true;
* * * * *}
* * });


}