0
votes
0answers
14 views

Advice for using backbone BUI or jQueryMobile

I believe that both backbone BUI! and jQueryMobile can be used for designing UI's for backbone mobile app. But can anyone please tell me preferring which one is good. Actually i want specifically ...
1
vote
0answers
24 views

Firing event click works on Browser but not on IOS app

I'm currently developing an app with Backbone.js, underscore.js and jQuery Mobile. It's a "quiz" with several questions, and when users tap the answer, it goes to next question. It works kindly fine ...
0
votes
0answers
11 views

backbone model fetch not working on mobile web browser

i'm working with mobile web app using require, backbonejs and jquerymobile. The fetch method is working well on web browsers but returning error with iphone, android browsers. here's the screenshot of ...
0
votes
0answers
31 views

Refreshing the whole jQuery mobile dialog programatically

I am developing a mobile application with jQuery mobile and backbone. I have backbone model change event function, if any changes in the model, I simply destroy the whole page and recreate with ...
4
votes
1answer
43 views

how can i use google earth API with backbone.js+jquery mobile?

How can i use google earth API with backbone.js+jquery mobile ? I have created application using backbone.js, underscore.js and jQuery Mobile. For google earth API, I am using sample code listed at ...
0
votes
0answers
26 views

Theme set in template but not reflecting on html page

I am trying to load data-theme using my template in html page. But my code is running properly but the theme changes are not reflecting. Please take a look at the code here! Please help me with the ...
-1
votes
0answers
26 views

Backbone and jquerymobile:can't disable routing

I'm triyng to disable jquerymobile's rounting but appear error loading page and the url is no catched by backbone.I've disabled all parameters of jqeurymobile as read on some tutorial. Here where ...
0
votes
0answers
17 views

Backbone and jquerymobile error in rendering

i'm doing an app with both backbone and jquery mobile disabling jquerymobile routing. The problem is that when compare the page the header appear,disappear in 3 seconds and definetly re-appears. WHy? ...
-1
votes
1answer
73 views

Loading templates using jQueryMobile with Marionette

I am trying to use JQM with Marionette but facing an issue. I googled alot last 4days but didn't get a solution. Problem:- I have an index.html page with empty divs with data-role="page" and ...
0
votes
0answers
40 views

How to populate dropdown & radio using Backbone View

I am playing with Jquery Mobile along with Backbone. Have some scenario to populate the dropdown(select) when one of the radio (option) is selected. View and markup can be viewed from here [partial ...
2
votes
1answer
91 views

Phonegap and the universe of frameworks?

my concern is to find a well fitting framework for developing a cross mobile platform app via phonegap. I am using JQMobile for the User interface. I want to build my Application well structured and ...
3
votes
1answer
158 views

jQuery Mobile iScrollView error

I am using jQuery Mobile and iScrollview together, I used iscrollView The scrolling work fine. Problem 1: when I click on a input text/password field, I get an extra box overlapping the whole ...
0
votes
0answers
58 views

Producing dynamic grid of buttons using handlebars.js

Im working on a tic tac toe game which was developed using jquery mobile,backbone.js,handlebars.js Im using buttons as a grid, Im able to display 3x3 grid of buttons using the folowing code, ...
-1
votes
0answers
22 views

How a stop refreshing Router and page Backbone

when i refresh my page, my liste disappear and all my collection of models is initialized maybe because i init my Router into $(document).ready How i do for stop refreshing page.
2
votes
0answers
101 views

Integrate Backbone Boilerplate with jQuery Mobile and place layout structure

I just started with Backbone.js, I've read the documentation and also the Backbone Fundamentals book before doing anything. I want to create a PhoneGap application with the help of Backbone.js and I'm ...
3
votes
0answers
233 views

jquery mobile backbone routing

I'm using jquery mobile and backbonejs. kinda stuck with backbone routing with transition property enabled. any suggestion will be great.. define(['jquery'], function ($) { ...
0
votes
2answers
130 views

jqm+backbone.Js+require.Js show loading message before page load

I' m using Jquery mobile 1.1, I want to show the loading message before the page load using backbone router. the mobile init code is $(document).bind("mobileinit", function() { $.mobile.ajaxEnabled = ...
0
votes
2answers
103 views

How to use jQuery Mobile selectmenu custom style with $.mobile.linkBindingEnabled = false?

We are developing a mobile app using PhoneGap and Backbone.js. In order to enable Backbone's router to handle hashtag changes, all tutorials tell you to set the following property: ...
0
votes
1answer
150 views

Backbone and jQuey Mobile : same header on all pages

I'm in charge of the development of a web application. I did a lot of research and I finally decided to develop this webapp with Backbone and jQuery Mobile. As you certainly know, there are some ...
1
vote
1answer
228 views

Does jquery mobile work with backbone marionette templates?

I am having issues getting jquery mobile code to work with templates. The results-region uses the results-template for the data. Any ideas as to why jquery mobile stuff doesn't work or how do i get ...
2
votes
1answer
189 views

How can I correctly pre-enhance Mustache templates with jQuery Mobile?

I'm trying to speed up my jQuery Mobile and backbone.js based application, especially the part when it is enhancing form elements (and there are many of them). I was thinking I could let jQM ...
1
vote
1answer
50 views

jQuery mobile: links have improper format on first load?

I'm learning JQM and Backbone.js and I have a few problems. Im making a recipe app following the TODO list example trying to blend them both. Anyway I can't refresh any page besides the first one, ...
0
votes
3answers
184 views

Backbone.js View not showing in browser after render call

JS code below Model var EntryName = Backbone.Model.extend({ defaults : { name : "" }, }); Model Collection var EntryNames = Backbone.Collection.extend({ model : EntryName, ...
0
votes
0answers
259 views

Backbone View/Google Maps/jQuery Mobile resize/load issue

I have an app that uses Backbone, jQuery Mobile, and Google Maps. A search is done for a collection of Agents that is stored in a backbone collection. A view is then rendered that displays a map of ...
0
votes
1answer
105 views

backbone.js, views and routing

I am developing an app using slim, backbone.js and jquery mobile with a MySQL backend. The workflow is along the lines of: 1) Search for a uni module. 2) List matching modules. 3) Select and view a ...
0
votes
1answer
109 views

Why is my dynamically-added content not rendering with jQuery Mobile?

I'm using jQuery Mobile + Backbone + RequireJS. After successful login I do the following: require(['app/view/main'], function(MainView) { var mainView = new MainView(); ...
1
vote
0answers
174 views

Backbone and jquerymobile navigation issues - hash in URLs

I am using backbone.js and WebMatrix. I have problems with hash(#) in url though. To be more precise, I have on my router file this code: routes: { "" : 'myBooks', ...
0
votes
0answers
349 views

two or multiple-row touch jQuery carousel

Is there any solution? description: I'm trying to use touchcarousel, but there is only combine 2 items in 1 solition in it carousel. It isn't suitable, because I use 'each loop', where I can't ...
0
votes
1answer
43 views

events not firing when creating single instance of a view, but works when mutliple instance are created

I'm a complete newbie to Backbone and am trying to get my head round few things. Im trying to build something using jQuery mobile and Backbone. Please find my code below var WelcomePage = ...
0
votes
1answer
448 views

jQuery Mobile dialog and Backbone js

I have a backbone app using jquery mobile. I am trying to use a dialog popup however the problem is when i click the link #popupSuccess it doesn't activate the modal because i assume backbone is ...
0
votes
1answer
88 views

Backbone: Merge models but keep data bindings

Right now i have a lot of UI elements that are bound to a backbone model. This model contains customer information, and the model is changed every time a new customer is searched for then brought into ...
3
votes
1answer
223 views

jquery mobile - Page flickers on loading of long ListView in iPhone

I am developing a phone gap application for ios and using Backbone.js jQuerymobile and jQuery to load my list-view. The page flickers when ever a long listview loads or just becomes visible. This ...
0
votes
0answers
103 views

using data-prefetch in jquery mobile

am using jquery mobile data-prefetch in my pages. when am changing to a page with a link which is pefeched page once again page is adding to dom.How to prevent this?. my application is single page ...
2
votes
1answer
378 views

jquery mobile footer does not render properly with dynamic content

Folks I am using backbonejs (0.9) with latest jquery mobile (1.3). I am using WebSql for storing local data. When the home page loads, I do a query from the local database and use jquery Deferred to ...
0
votes
0answers
152 views

Getting JQM, Backbone and Swipe.js work together

I'm trying to get a nice swipe effect in my JQM+Backbone application by using swipe.js (Version 2, which is the nicest swipe plugin I've seen and far more usable with JQM than V1). I have a ...
0
votes
0answers
159 views

back button jquery mobile facebook dialog

I am using jQuery Mobile, PhoneGap, Backbone for writing a mobile-web app for android. I want to share my app on Facebook. For this I use facebook dialog. It works fine. But if I press the back ...
0
votes
1answer
112 views

backbonejs jquery mobile view rendering screwed up if we render inside websql transaction

Folks, Consider the view below in coffeescript: window.Aview = class AView extends Backbone.View getT: (callback) => callback() getTransactions: (callback) => @getT( => ...
2
votes
1answer
326 views

unable to render jquery mobile styles in phonegap + backbone app

I Have developed an app in phonegap using backbone, require js. jquery mobile js are loaded from the main js. As per my knowledge, require js will load all js for me. so i dont have to load them ...
0
votes
1answer
255 views

unable to fire checkbox event in jquery Mobile backbone

I am developing an app using jquery Mobile and Backbone. The click .check : toggleDone event is not being fired. I dont know the cause. please help. var requestItemView = Backbone.View.extend({ ...
0
votes
1answer
128 views

Adsense Ads not showing up in I.E. (internet explorer) [closed]

Any of you Internet Explorer experts out there have any ideas why my adsense ads do not show up specifically in I.E. for this domain: http://www.diablo3values.com/ The ads work fine if Chrome and ...
0
votes
0answers
59 views

data does not show in jquery mobile app

I am new to jquery mobile and using it with Backbonejs and requirejs for the first time. I have two templates and adding contents to them. But the contents are not shown in the div tag where I want to ...
0
votes
0answers
76 views

Better way to take a HTML snapshot of a backbone/jquery mobile app

I am trying to get the content of my backbone.js app crawlable for SEO purposes. I have elected to have a html snapshot served when ?_escaped_fragment_ is append to my URLs. I am wondering is the ...
0
votes
0answers
92 views

Using Parse and JQueryMobile, trying to change page after user logout, but get error

I'm trying to implement basic Parse (based on Backbone.js) functionality in a web interface built with JQueryMobile. I successfully set up logging in using Parse.User.logIn, and it doesn't give any ...
0
votes
0answers
141 views

Jquery Mobile Collapsible List issues on Nexus 7 i.e quick expand and collapse on single touch

Hi Iam using Jquery Mobile's collapsible list view, which is working fine with many of the android devices like S3,S2 and Galaxy tablet devices(also with LG devices). The same is not working with ...
0
votes
1answer
463 views

Openlayers + Require.js + Backbone.js + jQueryMobile -> Tiles not loading

I have set up a project that uses require.js, backbone.js, openlayers (mobile single file build) and jquery mobile. Now I have some issues displaying the map correctly, because no tiles are loading. I ...
0
votes
2answers
203 views

jquery mobile datebox intercepting the date select click

I am using the jquery mobile datebox at http://dev.jtsage.com/jQM-DateBox2/demos/fullopt.html In particular I am using the calbox option at ...
0
votes
0answers
297 views

using backbone.js along with jquerymobile & phone gap

Am planning to develop an hybrid application having multiple pages using phonegap & jquerymobile. is it good idea to use backbone.js to achieve MVC. because, backbone.js is based on SPA(Single ...
1
vote
0answers
237 views

too much recursion underscore 1.4.4

I'm having this problem. too much recursion and it points to underscore.js // Extend a given object with all the properties in passed-in object(s). _.extend = function(obj) { ...
2
votes
1answer
240 views

Which Javascript MV* platform/library should I use for my project? [closed]

We'll start developing a Web application that uses the following: Spring MVC Framework Hibernate MySql or MongoDB (or maybe both) HTML5 for a mobile app that will run on the browser (This will be a ...
1
vote
3answers
899 views

Getting error on $.mobile.changePage(): Uncaught TypeError: Cannot call method 'trigger' of undefined

I have a JQM apps and I am incorporating Backbone. Since my initial javascript code is huge, I am only extracting what I believe is problematic. I am following the advices and calls steps cited here: ...

1 2 3
15 30 50 per page