When I attempt to click the following list view item:
I receive the following error:
Uncaught TypeError: Cannot call method 'getAttribute' of undefined
<ul data-role="listview" data-style="inset" data-type="group"> <li> <ul> <li data-icon="toprated" ><a data-url="/url">item 1</a></li> </ul> </li></ul>Uncaught TypeError: Cannot call method 'getAttribute' of undefined