jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

learn more… | top users | synonyms

0
votes
0answers
67 views
+50

jQuery Mobile iScrollView error

I am using jQuery Mobile and iScrollview together, I used iscrollView The scrolling work fine. Problem 1: when I click on a input text/password field, I get an extra box overlapping the whole ...
0
votes
0answers
36 views
+50

Jquery mobile problems in android 4.0.3 Device

I use jquery mobile and bind data dynamically from php json services like this: $.getJSON("http://www.example.com/test/test_service.php?user_id=55", function(data) { var n=0; for (var i in data) { ...