I know I can parse out the int by doing
parseInt($('#count_of_stations').html())
if the value is like this "2stations" that will return 2 but now I need to get the integers out in this format
one1
two2
three3
four4
five5
How do i get just the number out