Search code examples
javascriptjqueryjqtouch

jQTouch Back Button


I'm using jQTouch to build a UITableView-like interface. However, I'm trying to insert a button with by creating an <li> node with class="back" but all I get is a stylized, left-facing button that is in the toolbar area (that I've disabled.)

Does anyone know how to get an <li> element with class="back" without it being stylized as described above?


Solution

  • I fixed the problem by just calling an onclicked="jQT.goBack();" for my <li> element.