I\'m using jQuery Mobile and Backbone JS for a project. It\'s mostly working, using jQuery Mobile\'s event \'pagebeforeshow\' to trigger the correct Backbone View. In the Ba
It worked for me when I called .trigger('create') on the enclosing div element. See example below:
In .html file:
Choose as many snacks as you'd like: Cheetos
in .js file:
$("#status-list").trigger('create');