I have an <li> tag and I want to have some info associated with it so that a piece of JavaScript can access it i.e. <li id='someVal' class='someVal' meta='additionalInfo'>
I would like to access the meta information through jQuery as follows $('#someVal').attr('meta')
is there a attribute like this?
