backbone-jquerymobile icon indicating copy to clipboard operation
backbone-jquerymobile copied to clipboard

Sample App showing how to use Backbone.js and jQuery Mobile together

Results 4 backbone-jquerymobile issues
Sort by recently updated
recently updated
newest added

$('div[data-role="page"]').live('pagehide', function (event, ui) { $(event.currentTarget).remove(); }); the triggering of this event is deprecated as of jQuery Mobile 1.4.0. It will no longer be triggered in 1.6.0. The replacement for...

Why are the jQuery mobile snippets before the head tag? Why are the JS included scripts at the bottom of the page?

I've modified the changePage() method to parse the attributes of the last anchor tag (a) which the user clicked and extract the `data-transition` and `data-direction` values so they can be...