jquery-mobile Questions

2

Solved

When I dynamically change the icon, it does not reflect the change on the page, even though in the markup it was changed. Example: <ul data-role="listview" data-autodividers="true" data-filte...
Tamworth asked 27/2, 2013 at 14:56

5

Is it possible to select all input text on iphone device when focus / click? Typically for a browser environment one would use: $('input').bind('click focus', function() { $(this).select(); }); T...
Dangelo asked 4/5, 2012 at 16:7

29

How to disable past dates from the current date on a datetimepicker? I tried few posts for similar question but was unable to achieve it, Below is what I tried <link href="http://netdna.bootstr...
Auberon asked 2/4, 2013 at 6:52

4

Solved

I want to hide the keyboard on Focus(),but when $(".ui-input-text").focus(); it will automatically open the keyboard . I just want to hide in particular screen ,I have test with document.activeEl...
Pyrogallol asked 14/12, 2013 at 4:56

12

Solved

I created a website with jQueryMobile for iOS and Android. I don't want the document itself to scroll. Instead, just an area (a <div> element) should be scrollable (via css property overflow...
Tilda asked 28/2, 2013 at 10:4

5

I have an issue with the swiper (http://www.idangero.us/sliders/swiper/api.php)... I am on page 1 and when I swich to the page 2 I want the slider to start with the first slide. I set mySwiper.swip...
Wizard asked 15/4, 2014 at 17:29

2

Solved

I'm looking for a way to take a picture with a phone/tablet on my website, the behavior should be : The user click a "camera" button. The mobile camera show on. The user take a picture The pictur...
Woundwort asked 9/3, 2015 at 12:57

7

I am developing a web-based application to capture start time and end time from system date-time but my main problem is that I don't know how can I get the duration time, between start and end time...
Unwearied asked 19/3, 2013 at 7:12

3

Solved

so I am currently implementing a mobile version to my website and everything is fine except I want to be able make it so the image will fill 100% width of the screen whether the user tuns it horizo...
Berretta asked 2/9, 2013 at 2:39

12

Solved

I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known: <!-- Load jQuer...
Novocaine asked 12/9, 2011 at 3:56

22

I'm using Highcharts with jQuery Mobile. I have an area graph being drawn within a jQM data-role="content" container and within that container I have the following divs: <div style="padding-to...
Odeen asked 14/8, 2013 at 19:10

11

I have a page with a section to sketch a drawing in. But the touchmove events, at least the vertical ones, are also scrolling the page (which degrades the sketching experience) when using it on a m...
Heterochromous asked 2/5, 2013 at 21:28

4

Solved

I believe I read somewhere there is a setting in one of the project files that will allow you to compile the .cshtml files when building your Visual Studio project. Just getting started with MVC/...
Sententious asked 20/11, 2012 at 20:57

2

I'm making a mobile website, using jQuery Mobile and ASP.NET 4.0 Webforms. I have made an initial login page (Default.aspx) in which the button calls an ajax JavaScript function, which calls a page...
Forenoon asked 7/4, 2012 at 18:27

4

Solved

I am using jQuery mobile and I am trying to center some image icons within a list. The problem I am having is that the images are not vertically centered within a list item. Can someone kindly poin...
Alberik asked 29/2, 2012 at 13:30

5

I need to display a text as paragraph, but display only three lines and truncate the test while adding ...(three dots) in the paragraph end.
Burdock asked 22/9, 2014 at 11:22

7

Solved

I am populating a select field using JQuery on page load using this method $('#select').append('<option value="' + result + '">' + result + '</option>'); However this leave...
Crenel asked 21/2, 2012 at 15:59

4

I'm developing a site on a platform that's using the Twig (Symfony) language for its templates, and in one place, I need to change the layout (disable a default block and load a different block) ba...
Simmer asked 7/10, 2017 at 20:38

12

Solved

It seems that neither of the "maxlength", "min" or "max" HTML attributes have the desired effect on iPhone for the following markup: <input type="number" maxlength="2" min="0" max="99"/> ...
Endicott asked 23/3, 2012 at 14:53

5

Solved

I know that there are many ways to detect mobiles users (mainly by checking the user agent). But many mobile browsers have the so called "desktop mode", which provides a bit more functional enviro...
Mcreynolds asked 27/6, 2013 at 13:32

5

I am looking for a way to wrap the website built with jQuery Mobile so that it works as an app on mobile phones. I don't know how involved this process is. I think PhoneGap does this but I don't kn...
Yashmak asked 2/6, 2013 at 13:48

4

I want to call two functions at the end of one setTimeout() in JavaScript. Is it possible and if "yes" which one will be executed first? setTimeout(function() { playmp3(nextpage); $.mobile.chang...
Doorman asked 24/4, 2015 at 6:14

2

I want to acces phones camera flash(flashlight) automatic. like this app : https://www.youtube.com/watch?v=W_Lr3d9giCo We can access camera with this html 5 controller <input type="file" accep...
Couch asked 13/3, 2015 at 23:7

18

I am building a mobile web app with jQuery Mobile and I want to check if a checkbox is checked. Here is my code. <script type=text/javascript> function validate(){ if (remember.checked == ...
Chemosphere asked 27/3, 2012 at 10:4

3

I am using HandleBar.js in my rails jquery mobile application. I have a json returned value data= "hi\n\n\n\n\nb\n\n\n\nhow r u" which when used in .hbs file as {{data}} showing me as hi how r u ...
Undersexed asked 25/6, 2012 at 14:8

© 2022 - 2024 — McMap. All rights reserved.