Top "Jquery-mobile" questions

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

How can I check if a checkbox is checked?

I am building a mobile web app with jQuery Mobile and I want to check if a checkbox is checked. …

javascript jquery-mobile checkbox
How to redirect on another page and pass parameter in url from table?

How to redirect on another page and pass parameter in url from table ? I've created in tornato template something like …

javascript jquery templates jquery-mobile tornado
JQuery Parsing JSON array

I have a JSON output like the following: ["City1","City2","City3"] I want to get each of the city names, …

jquery arrays json jquery-mobile getjson
Remove attribute "checked" of checkbox

I need remove the attribute "checked" of one checkbox when errors occur. The .removeAttr function not work. Any idea? :/ HTML &…

javascript jquery ios cordova jquery-mobile
disable past dates on datepicker

How to disable past dates from the current date on a datetimepicker? I tried few posts for similar question but …

jquery jquery-mobile twitter-bootstrap
Long Press in JavaScript?

Is it possible to implement "long press" in JavaScript (or jQuery)? How? (source: androinica.com) HTML <a href="" title=""&…

javascript jquery jquery-ui jquery-mobile jquery-events
jQuery Mobile: document ready vs. page events

I am using jQuery Mobile, and I am having trouble understanding differences between classic document ready and jQuery Mobile page …

javascript jquery html jquery-mobile cordova
Jquery change <p> text programmatically

EDIT: The solution was to add this to the profile page instead of the gender page. $('#profile').live( 'pageinit',…

javascript jquery html jquery-mobile
jQuery Mobile how to check if button is disabled?

I disable the button like this on my jQuery Mobile webpage: $(document).ready(function() { $("#deliveryNext").button(); $("#deliveryNext").button('disable'); }); and …

javascript jquery jquery-ui jquery-mobile
How to check whether a select box is empty using JQuery/Javascript

I have a select box that is being populated dynamically from a database. As of right now the population of …

javascript jquery html jquery-mobile jquery-selectbox