JQuery Mobile is making my cry tonight. I\'m trying to build custom controls so I don\'t repeat certain elements through my app, and it\'s giving me a hard time. Specifica
I've found that the trigger('create');
Works when applied to the body like so:
$('body').append(html).trigger('create');
But the issue I am running into now is the ul list are throwing an undefined error.