【发布时间】:2013-12-10 03:10:43
【问题描述】:
当我通过克隆将选择动态添加到 DIV 时,我无法从新的下拉列表中选择任何内容,有什么想法吗?
$(".inline-form .copyIng:first-child").clone().appendTo(".inline-form");
看到这个:http://jsfiddle.net/rxwL6/
.trigger("refresh"); Dosen't change anything, I still can't select anything from the new dropdown.
【问题讨论】:
标签: jquery jquery-mobile select clone