Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/07/2012, 15:05
kevin44
 
Fecha de Ingreso: junio-2012
Ubicación: Montevideo
Mensajes: 11
Antigüedad: 11 años, 10 meses
Puntos: 0
Respuesta: colaboracion!

Lo pude resolver usando, .each y $(this).

Código Javascript:
Ver original
  1. $(".primer-termino").each(function(){
  2.                 aleatorio(0,100);
  3.                 $(this).html(numero)


y lo mismo para el segund termino.