Can cloned elements be updated immediately with cloned elements?

 $(this).parent().parent().parent().clone(true).appendTo($(".f-top>.f-content"))

Clone a data according to the requirement page. The original data is hidden, but the original data will change. At this time, the cloned data also needs to be changed. How can I do this?


when the data changes, trigger the clone yourself

Menu