Hello, I am attempting to update some html using Jquery, here is my current progress.
$(".old").html($(".new").html());
It's almost working. The problem is that the .new content is being copied instead of replaced. I want to Cut/Paste instead of Copy/Paste.