calculate = function(id) { var qty = document.getElementById('unitCost'+id).innerText; alert (qty); }