Can someone please help? I have some jQuery code which is working perfectly, however there is an element within it which is: "#"+ and I don't understand what it does. Please see below JS.
setTimeout (function() {
$("#"+toneId2nd).animate({ backgroundColor: 'red'}).animate({ b ackgroundColor: 'white'}, 4000);
play_multi_sound('tone-'+toneId2nd);
}, 1000);
Any help greatly appreciated.