jquery-mobile

jquery and mobile browser compatiblity?

I want to build a relatively simple version of my site for mobile phones but i will definately need javascript and jquery for many functions. Googling didn't help to find an answer. How is compatibility of jquery with popular browsers in mobile phones? I am talking for smartphones. For example the deafult browsers for these platforms W...

Risks of programming sites with jQuery Mobile?

The jQuery team recently launched http://jquerymobile.com/ with the intent of creating a user-interface library for mobile devices. Our aim is to provide tools to build dynamic touch interfaces that will adapt gracefully to a range of device form factors. The system will include both layouts (lists, detail panes, overlays) ...

Difference between jQTouch and jQuery mobile

What is the difference between jQTouch & jQuery Mobile Framework ? Are they related (other than being both based on jQuery) ? Do they have the same goal ? ...

Pass a value between views

I have a list of items of the same type (let's say guests) and i display them in a listview. By clicking on the line I would be able to edit the single element. All the elements have the same editing mask, so i would like to call the same page and pass a parameter. The only solution that i found it's: <a href="edit-page" onClick="setPar...

blackberry widgets and jquery mobile alpha

I've been trying to get jquery mobile alpha to work on my blackberry widgets. http://jquerymobile.com/ Some of the styling works, but none of the functionality does. Has anyone successfully implemented this? ...

Full width horizontal buttons with jquery mobile?

In Jquery mobile, I can have grouped horizontal buttons, but they the group does not take 100% width. I tried adding a class that sets width:100% but that did not work. How can I do it? Thank you! Update + Possible Fix: It seems that it was failing because I was explicitly using width="50%" in both buttons. I did 45% and the fit. Pro...

Change button text jquery mobile

I'm using the new jquery mobile 1.0 alpha 1 release to build a mobile app and I need to be able to toggle the text of a button. Toggling the text works fine, but as soon as you perform the text replacement the css formatting gets broken. Screenshot of the messed up formatting: http://awesomescreenshot.com/03e2r50d2 <div class="ui-...

How to use jQuery Mobile to create iPhone Web Apps?

I have been assigned to create a web app for the iPhone, and I was supposed to try jQuery Mobile for developing as it supports many platforms. Is PHP a requirement for creating iPhone web apps? What other ways can we create an effective web app similar to native apps? ...

jQuery Mobile - Dynamically creating form elements

I'm creating a web-database driven offline web-app targeted at iOS devices. I'm trying to use jQuery Mobile, but I have a problem in creating the various forms. The form options are taken from a database query, so they are inserted into the page after it has loaded, so the "jQuery-Mobilification" doesn't happen. Taking a quick look th...

jQueryMobile and ASP.NET GridView pager links

Have .NET GridView control on page. jQueryMobile brakes URLs for pager. For example instead of postback : javascript:__doPostBack('ctl00$phContent$gvContactList','Page$2') it tries go to anchor on page http://localhost:1172/Server Side/mobile/ContactList.aspx#javascript:__doPostBack('ctl00$phContent$gvContactList','Page$2') Anyone can ...