Skip to main content

All Questions

0 votes
1 answer
76 views

angularjs 1.6 with backbone router - how to activate a controller?

We have a single-page application with a backbone router and jQueryMobile, quite simple setup. Now there are two pages with angularjs in that application. But, because we are not using an angularjs ...
Ralf Jahr's user avatar
  • 322
0 votes
1 answer
1k views

JQuery Validator turn OFF tooltips on all form fields

This one is strange. So i've implemented the jQuery Validation on a site where I am using both Backbone.js and jQuery Mobile. On one form the validation works pretty much like the default where you ...
Dallas Caley's user avatar
  • 5,703
0 votes
1 answer
751 views

How to create and open a Alert Dialog in BackboneJS Application

I am developing a Hybrid Mobile Application using jQuery Mobile, BackboneJS and RequireJS. I want to show an Alert dialog but struggling to get the way to do. jQuery mobile style dialog is not ...
Joseph's user avatar
  • 1,070
0 votes
1 answer
126 views

Single Page App - keep pages (views) in the DOM or not?

I am building a mobile web app and thinking of the best approach to manage the app pages (say 'full screen views'). When using jQuery Mobile, the heavily used pages are all kept in the DOM. Some ...
Kazlauskis's user avatar
0 votes
1 answer
34 views

Using backbone template changes the jQuery class

When I use backbone (from parse.com) for my jQuery based page adding the template changes the appearance all together (First line of the code below) <script type="text/template" id="login-template"...
Amir's user avatar
  • 1,685
0 votes
1 answer
88 views

Popups - jQuery Mobile, Backbone.js and Require.js

I am using jQuery Mobile, Backbone.js and Require.js with Phonegap. I followed the method provided in the jQuery Mobile documentation. Since backbone takes over the routing anything that relies on ...
d0001's user avatar
  • 2,180
0 votes
1 answer
1k views

Avoid 300ms click delay on input element which trigger keyboard appearing on IOS

Currently I'm working on web app(jQueryMobile on Backbone.js) for both Android and IOS. And for the performance,I'm trying to remove 300ms click delay on those devices. For those who don't know what ...
suish's user avatar
  • 3,333
0 votes
1 answer
244 views

Rendering Backbone view into multiple elements with different configurations

I have a html page with 3 jquery-mobile page widgets. Each page widget has the same header with a slightly different configuration for sub links. I want to create the Header as a BackboneView and ...
Glitches's user avatar
  • 752
1 vote
0 answers
47 views

PATCH verb not working on android

I have a JQM/Backbone app and using the PATCH verb with success on desktop and android browser. I am using cordova CLI 3.5.0-0.2.4 for building my apps. The problem comes only when I am executing code ...
user3241602's user avatar
0 votes
0 answers
48 views

Jquery mobile event when the user moves away from the current page

I want an event to be fired when the user moves away from the current page. My current page is part of a preferences panel (along with few more pages). In my current page, user can choose the ...
Johnson Tummalapalli's user avatar
0 votes
0 answers
54 views

jQuery mobile style is lost when i change view with Backbone

I'm using require.js, jquerymobile, backbone and handlebars. I have a cordova multi-view app. When I change view in my app, i fire the event with: Backbone.history.navigate("page", {trigger: true}); ...
Federico Picci's user avatar
0 votes
1 answer
149 views

Backbone.js - 404 jQuery error on navigate

Navigation is not working as I expected, when I trigger goToTournament (see below) the current view just re-renders and I get a jQuery 404 not found error on the console. The URL is changing ...
jstudios's user avatar
  • 856
1 vote
0 answers
77 views

Routing in BackboneJs, involving Jquery Mobile and Asp.Net MVC4

I'm trying to use backbonejs as my router, routing does not seems to work for subpath nor splat. I'm using MVC 4 together with Jquery mobile for this project and hopes it does not cause conflict in ...
C_Rance's user avatar
  • 661
-1 votes
1 answer
180 views

Backbone.js vs PHP, jQuery Mobile website [closed]

I recently discovered Backbone.js and decided to learn it to build a single page mobile website at work. This website relies mostly on data from a remote JSON API (e.g. http://domain.com/players/...
jstudios's user avatar
  • 856
0 votes
1 answer
206 views

Backbone templating in jQuery Mobile rendering outside pages

I'm having a problem when templating into jQuery Mobile using Backbone.js. The template is being rendered outside of the jQuery Mobile pages. When I change using a jquery mobile class="ui-listview", ...
Rod's user avatar
  • 90

15 30 50 per page
1
2 3 4 5
15