Skip to main content

All Questions

0 votes
1 answer
37 views

Loading on demand on multiple devices like mobile and ipad pro and ipad

I want to scroll make working on the desktop, mobile and iPad and HD devices also. To stimulate the functionality what I have done is in a page I have a div tag called mainContent. I am using knockout ...
ram chand's user avatar
0 votes
1 answer
197 views

Jquery mobile Swipe event is not firing with Knockout.js

I have this html table which I need to navigate through pages on "swipe". onSwipeRight = function () { gridPager.CurrentPage(gridPager.CurrentPage() + 1); }, onSwipeLeft ...
Yasitha Lokunarangoda's user avatar
1 vote
1 answer
528 views

Why does copying stop working from the context menu?

I'm having troubles debugging this, I suspect it's some sort of browser security deal. This is a minimal example of some code that was refactored from having each piece have a clickable icon to copy ...
Ryan Leach's user avatar
  • 4,370
0 votes
2 answers
210 views

Knockout 3+ How do you bind a jquery mobile radio button to knockout?

https://jsfiddle.net/9L8r9etf/2/ I've been trying a few different methods, but this is the closest I've gotten. for some reason this.checked is always true. javascript: ko.bindingHandlers....
Ryan Leach's user avatar
  • 4,370
0 votes
0 answers
51 views

jquery mobile slider with knockout components

I'm trying to to bind values from jquery mobile slider using knockout components. But I failed to do that. Is there any solution yo it, except custom bindings? My js-code: ko.components.register('...
Вася Пупкин's user avatar
0 votes
1 answer
30 views

Set slider values before binding

I'm trying to bind slider to start at certain value, like in this fiddle. But instead I'm getting this: fiddle. My js-part look like this: ko.bindingHandlers.slider = { init: function (...
Вася Пупкин's user avatar
0 votes
1 answer
112 views

Why slider start at wrong place?

I'm trying to pass the slider value to span and dynamically change it. It works fine, but when i start page, the slider button displaced on the wrong value. How can I fix that? This is my HTML <...
Вася Пупкин's user avatar
1 vote
1 answer
56 views

knockout if binding to jquery mobile static header retains space

My page has a static header (jqm) which is displayed conditionally depending upon a parameter. Well, the binding is working, i.e., it is being displayed conditionally, the page content does not move ...
WhatsInAName's user avatar
0 votes
3 answers
32 views

Access String after binding

I made an application with jQuery Mobile. The page is divided into several sections, as described here: Adding Pages in jQuery Mobile. In the second section, that acts as an own page, some text comes ...
Evgenij Reznik's user avatar
0 votes
0 answers
68 views

Knockout custom binding to dynamically enhance JQM content

I have re organized my question. Firstly I have a question page, the page contains Question Text Choices Next, Prev and Submit buttons(as applicable) The snippet of the page is below <div id="...
Lakshmi's user avatar
0 votes
1 answer
315 views

Build radio button view dynamically, checked binding is not working using ko.observable

This is my first question, pardon for any mistakes in posting the question. My question might looks exactly similar to Build knockout model and view dynamically, radio buttons not being set From my ...
Lakshmi's user avatar
0 votes
1 answer
113 views

Checking checkbox in listview from JSON data

<ol class ="lists" id ="list1"data-bind="foreach: quiz.questions" > <li class="lists" > <div> <label class="question_que"><span data-bind="text: Name"...
govind's user avatar
  • 183
0 votes
1 answer
65 views

How to make jQuery Mobile apply enhancement after Knockout applyBindings()?

I use an ajax call to fetch data from server and bind them using ko.applyBindings(). But JQM applied enhancement before this binding, which breaks things. How can I make JQM not to apply enhancement ...
lzl124631x's user avatar
  • 4,689
3 votes
1 answer
206 views

JQM/knockoutJS component popup doesn't bind data?

I have a simple popup that I want to use in components. It doesn't bind the data on the popup, but in other parts of the components it does? viewModel ko.components.register('customer-search', { ...
user3023313's user avatar
0 votes
1 answer
178 views

Cordova/Knockout/jQueryMobile cache memory performance

I'm using Knockout and jQueryMobile to write an application that I'm publishing using Cordova. I've written a light framework for intermingling the ko view models and the jqm page elements. All ...
Adam's user avatar
  • 410

15 30 50 per page
1
2 3 4 5
15