I am currently using the following for every element I want to change the class of on touch:
ontouchstart=\"$(this).addClass(\'select\');\" ontouchend=\"$(this).
Why don't you use the :hover pseudo-class for this? It seems to me that this is a temporary change of the CSS rules of the nav_li element.
:hover
nav_li