I am getting a numeric value from an element using
$('.myEm').text();
It returns a number from the element, but I need to increment the value by another value.How do I convert it to an integer?
I am getting a numeric value from an element using
$('.myEm').text();
It returns a number from the element, but I need to increment the value by another value.How do I convert it to an integer?