Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/04/2012, 14:44
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 16 años, 1 mes
Puntos: 12
Respuesta: boton con id dinamico con jquery

a jquery no le se, solo espero que este ejemplo te ayude =)

Código Javascript:
Ver original
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function display()
  5. {
  6. for(i=0;i<10;i++){
  7. document.write("<input type='text' id='"+i+"' value='el valor del id es: "+i+"'/><br/><br/>");
  8. }
  9. }
  10. </script>
  11. </head>
  12. <body>
  13. <button type="button" onclick="display()">Display</button>
  14. </body>
  15. </html>
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said