Carlita

Just another Blog de ESPOL weblog

JQuery append

noviembre13

Un poco de JQuery!

Para crear elementos y añadirlos:

//Ejemplo

for(var i=0;i<menu.length;i++){

$(‘.ui-widget’).append(title[i]+’: <input id=»tags’+i+'» />’);

}

//Esto añade al div de clase ui-widget, los input tags0,1,…

<div class=»ui-widget»>

</div>

Fuente: http://api.jquery.com/append/

posted under Uncategorized

Email will not be published

Website example

Your Comment: