How can you do a check if a number is starting with "0" so I can remove it? Regular expressions are a dark area for me.
Thank you.
var val = $('.count-number').find('.row .num').text();
// check if val is starting with 0 and if so remove it (example 020 will change to 20)