Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複製された要素の ID が変更されない理由がわかりません。これが私が取り組んでいるコードです。
c.children('#response1').attr('id','response'+ (++inputs) );
JSFidde