Giving this html, i want to grab \"August\" from it when i click on it:
August
i tri
To retrieve text of an auto generated span value just do this :
var al = $("#id-span-name").text(); alert(al);