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
$('#pageId').page('destroy').page();
works for entire control groups that are generated, let alone radio input children.
-Mike