Top "Jquery-mobile" questions

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

How to set cookie value with AJAX request?

I want to set a cookie value on an AJAX request but the code below doesn't work. $.ajax({ type: "GET", …

javascript jquery ajax jquery-mobile cookies
JQuery refresh select box

I am populating a select field using JQuery on page load using this method $('#select').append('<option …

jquery select jquery-mobile option
Disable scrolling when touch moving certain element

I have a page with a section to sketch a drawing in. But the touchmove events, at least the vertical …

javascript jquery-mobile touch
Phonegap + jQuery Mobile, real world sample or tutorial

Does anyone know of a really good tutorial or sample project where Phonegap and jQuery Mobile is used for a …

jquery-mobile cordova
jquery mobile background image

I am building a jQuery mobile site, and I am trying to insert a scalable image into the background, which …

jquery css jquery-mobile
Centering elements in jQuery Mobile

Does the jQuery Mobile framework have a way of centering elements, specifically buttons? It looks like it defaults to left-aligning …

jquery-mobile
Disable Buttons in jQuery Mobile

This is for jQuery Mobile. Not all regular jQuery answers will work. I can't get my buttons to disable in …

jquery jquery-mobile
jQuery Mobile: Stick footer to bottom of page

Is there any way, bearing in mind the way the jQuery Mobile framework operates, to fix the page so that …

css jquery-mobile
jQueryMobile add click event to a button instead of changing page

<p><a href="index.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-theme="a" onclick="doSomething(); return false"&…

javascript jquery jquery-mobile
Adding jquery mobile swipe event

I have a listview and what I am trying to do is add a swipe event on the links. For …

jquery jquery-mobile