Top "Jquery-mobile" questions

jQuery Mobile is a touch-optimized web framework for smartphones and tablets.

jquery.mobile 1.4.5 Uncaught TypeError: Cannot read property 'concat' of undefined

I have created a sample index.html file and included the latest jquery (3.1.0) and jquery mobile (1.4.5). On the loading page …

javascript jquery jquery-mobile
How to use jQuery Mobile for its touch event support only (no UI enhancements)?

I’m working on a web app that has its own look and feel. I want to use jQuery Mobile …

jquery jquery-mobile
How do I calculate a duration time?

I am developing a web-based application to capture start time and end time from system date-time but my main problem …

javascript jquery jquery-mobile
How does one disable Caching in jQuery Mobile UI

Tried... <div data-role="page" data-cache="30"> <div data-role="page" data-cache="never"> <div data-role="page" data-cache="false"&…

javascript jquery jquery-ui jquery-mobile
Difference between jQuery and jQuery Mobile?

I'm new to mobile web development, and I just made a mobile-app with PhoneGap, employing frequent use of jQuery. But …

jquery jquery-mobile
Using pre-compiled templates with Handlebars.js (jQuery Mobile environment)

I am struggling somewhat with pre-compilation of templates in Handlebars. My jQuery Mobile project is getting pretty big template-wise and …

javascript jquery-mobile handlebars.js
twitter-bootstrap vs jquery-mobile

I'm wondering if someone can give some advice as to which is 'better'. Twitter-bootstrap or JQuery mobile? Thanks, -peter

jquery-mobile twitter-bootstrap
Change position of divs with jquery drag an drop

I'm trying to build a website where the user can drag some items (one item in on div) to other …

jquery html jquery-mobile drag-and-drop draggable
How To Disable Ajax In jQuery Mobile Before Page Load?

On my mobile website. I've been trying to load Adsense Mobile ads, but they continue to take up the entire …

javascript jquery html ajax jquery-mobile
Forcing jQuery Mobile to re-evaluate styles/theme on dynamically inserted content

Objective: Load HTML content via $.ajax, insert it into the DOM, have jQuery Mobile apply theme styles to it. Problem: …

jquery-mobile