Can you please help me, I’ve searched all over and I can’t seem to find a simple way of doing this.
This code, for example adds ‘+1’ every time its execuded:
$('#LoadProgressMessage').html('<h6>'+ ++PercentLoaded + '% Loaded</h6>');
But what if I want to add an extra 2, 3 or 4?
Thank you! :))
I’d suggest: