I have the following line which returns a value.
I want to add the the word 'Total' so it will print out the word total and then the value.
i have tried with no luck
Code:
document.getElementById('qty').innerHTML = results[0];
I want to add the the word 'Total' so it will print out the word total and then the value.
i have tried with no luck
Code:
document.getElementById('qty').innerHTML = + 'total' + results[0];