I have been successful in adding list items of <li> to a unordered list ul. But now it seems I am having trouble adding checkbox items to a list which is within one <li>. In my jsfiddle below
- I empty the list
- Append to the list
- Refresh the list to add the jqm class styles
Again this has worked in the past for adding list items to a list.I am sure my syntax is just wrong.