jquery-mobile Questions

5

Solved

I have a HTML5 canvas and I have added an image in it and I want to call click event of image but event doesn't fire. I am writing a html code and some code of jqmobile <html> <head> ...
Unreeve asked 7/4, 2014 at 10:11

8

Solved

I was looking for a tablet friendly event calendar, but I did not find any suitable ones. But FullCalendar is one best jQuery calendar plugin that looks great on desktop and a tablet. This calenda...
Jules asked 31/5, 2012 at 2:13

5

Solved

How to redirect to another page and pass a query parameter (whose value comes from a table) in the URL? I've created a tornado template something like this <table data-role="table" id=...
Howdy asked 31/12, 2012 at 10:48

10

Solved

I need remove the attribute "checked" of one checkbox when errors occur. The .removeAttr function not work. Any idea? :/ HTML <div data-role="controlgroup" data-type="horizontal" data-mini="t...
Rodgers asked 26/11, 2012 at 1:46

6

Solved

It is a simple doubt. What is the difference between http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.css and http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css Any...
Footcandle asked 12/12, 2012 at 7:46

6

I am new to mobile web/dev. My app is using jquery-mobile, phonegap and Compass (scss). I have a problem on my login page : logo and fields are contained in standard 'div' containers (data-role="...
Aubry asked 6/10, 2012 at 8:13

7

Notice that using input type="number" can display a numeric keyboard as below: Is it possible to use input type="text" to display the same numeric keyboard? I do not want to display a number pad...
Rancid asked 9/5, 2013 at 6:55

2

Solved

in this project im using jquery and phonegap i have a link that if clicked , changes the page: $('#statsButtonmain').on('click', function() { $.mobile.changePage("stats.html", { transition: "sli...
Bosporus asked 17/2, 2012 at 9:59

4

I have read many "bootstrap vs. jQuery mobile" articles. It is quite clear that they both have different aims. So what about combining them? Besides other, I like the responsive layout features of...
Outwit asked 5/9, 2013 at 12:53

5

Solved

i have here a code from http://jqueryui.com/autocomplete/ it works really good but i cant find a way to get the value of selected item in the text view i tried something like this but its not worki...
Ciapha asked 30/10, 2013 at 6:11

5

Solved

Anyone know how to unselect all radio buttons in a radio group ? HTML: <div id="emptimfields"> <label id="lbl_emptim">How regulary do you employ people to help cultivate your land? &...
Boarish asked 21/8, 2012 at 12:26

3

The fixed header will not stay at the top of the page for me. It sits on top of a page that has several number inputs that were added via javascript. As the user fills out these inputs the header d...
Yip asked 17/6, 2013 at 15:13

8

Am developing chat functionality for Andriod mobile app, for this am using jQuery and jQuery mobile theme frontend. My problem is am trying to use scrollTop() function to append new messages in bo...
Cranmer asked 4/9, 2012 at 9:15

9

Solved

Can you please tell me how to move focus on to the next field when the enter key is press? I use the dform plugin (which converts JSON to a form). I Googled it, but this not working. Why doesn't ...
Rotary asked 13/6, 2014 at 16:4

20

Solved

Is it possible to implement "long press" in JavaScript (or jQuery)? How? (source: androinica.com) HTML <a href="" title="">Long press</a> JavaScript $("a").mouseup(function(){ ...

3

Solved

I'm using this CSS-only strategy for responsive background images and responsive background image and contained content ... an example of the type of setup I'm using for background and content: &l...
Interconnect asked 27/3, 2014 at 1:23

5

Solved

Bit of a general question here. Just wondering if there is a clever of displaying wide tables (IE. lots of columns) on mobile devices. Just to explain a bit, we create mobile sites that load their...
Tingey asked 28/1, 2013 at 10:41

4

Solved

It seems like jQuery mobile is appending a loading message at the start up page. I really don't know what's going on but consider the following simple snippet: <!DOCTYPE html> <html> ...
Baccy asked 29/11, 2011 at 15:34

2

Solved

I am pulling my hair out dealing with this problem. These are the code that I used and caused the mentioned problem. $(document).ready(function () { $("#at-site-btn").bind("tap", function () { $...
Apochromatic asked 2/10, 2012 at 14:1

4

Solved

With HTML a checkbox is created like this: <form> <input type="checkbox" id="category1">Category1<br> </form> With javascript we can check the checkbox like this: $("#c...
Skyscape asked 10/6, 2013 at 15:34

4

Solved

I have a select box that is being populated dynamically from a database. As of right now the population of this check box is working flawlessly. I have added functionality that consists of a button...
Kenway asked 14/6, 2012 at 19:1

3

Solved

i am using Swiper by idangero.us with Jquery Mobile... Here i am using Scroll Container Swiper for a content slider... Just facing a lot of problem embedding the code together... http://jsfiddle...
Trouble asked 11/5, 2013 at 10:20

4

I am developing an app using jQuery Mobile with PHP. I am not using Phonegap or other frameworks. I need to find user's geolocation. If user device's GPS is off, then I cant get a location. now I n...
Rechaba asked 25/11, 2014 at 11:48

4

Solved

I've built a webapp, and for a little bit of polish, I wanted to add mousedown and mouseup handlers to swap out images (in this case, to make a button look like it's being pressed). my code is som...
Benign asked 21/6, 2012 at 18:21

5

Solved

Is it possible to override the already styled JQuery Mobile elements (buttons, lists etc) with a separate custom css file? If so how would I go about referencing the elements. Thanks
Stakhanovism asked 26/10, 2011 at 15:21

© 2022 - 2025 — McMap. All rights reserved.