How Do I get the values of span tags
You could try the .text()
method if you're using jQuery.
$("#subtotal").text();
this will give you value
$("#subtotal").text();
You could try the .text()
method if you're using jQuery.
$("#subtotal").text();
this will give you value
$("#subtotal").text();