jquery get first 8 characters code example Example: jquery get first character of string var header = $('.time'+col).text(); alert(header.charAt(0));