jquery check first character code example Example: jquery get first character of string Click to copyvar header = $('.time'+col).text(); alert(header.charAt(0));