$("#totalinvoicevalue").text($.trim($('#total_product_gst').html()) + totalcharge.toFixed(2));
$.trim($('#total_product_gst').html()) = 1050.00
totalchage = 100
I get result 1050.00100
I expect 1150.00
please help how to deal with it in jquery