我需要幫助 我無法點擊同一元素與2個不同類別掣子元件2倍的clone()。appendTo()
$(document).ready(function(){
$(".hello,.ciao").on("click",function(){
$(nera).clone().removeClass("hello").addClass("ciao").appendTo($('#dama tr
#'+sinistra));
$(nera).remove();
'
假設你想檢測到有兩類元素的點擊,你可能想看看:HTTP:// stackoverflow.com/questions/1041344/how-can-i-select-an-element-with-multiple-classes – Optimae