I have some HTML appended which has a timer that constantly changes, but I need that timer in another div. Both timers ofcourse must update simultaneosly.
I have picture here below to show you the better example.
What I have tried so far is this:
var time = $('.flashCurrent').html();
$('.thetime').append(time);
That doesnt insert anything from .flashCurrent.
The code in the script that appends this is this code:
elements.current = $("<div class=\"flashCurrent\"></div>").appendTo(elements.control); // Current elapsed time