2012年6月15日

jQuery .each()

$.each(arr, function (ind, text) {
    $("[id=list" + index + "]")
        .append($("")
        .attr("value", text)
        .text(text));
});

沒有留言:

張貼留言