2
我想添加一個創建文本框的數組,每次創建一個應該是重點。這是我不工作的代碼。任何幫助將非常感激。謝謝。聚焦DIV出DIV數組
var emails = new Array();
var count = 0;
//function to add more extra emails
$('#additional_emails').focus(function() {
emails[count] = '<input type="text" size="30" id="email_list'+ count + '" value ="'+count+'" /><br>';
$('#here_emails').append($(emails[count]).focus());
count++;
});
非常感謝,這是我第一次全光照你救了我很多混亂的一個論壇。非常感謝 – 2011-12-14 20:23:04