jqtouch

Google Map V3 not centering, displays only part of map

Hi, I'm developing a jQTouch-based app for the iPhone and part of it uses the Google Maps API (V3). I want to be able to pass the geolocation coordinates to the map and have it center the location with a marker. What I'm getting now is the map at the proper zoom level but the desired center-point appears in the upper-righthand corner. ...

AJAX + PHP from with jQtouch and drupal

Im working on a drupal site that uses jQtouch (for iphone), and im trying to make a search that doesnt reload the site. I think the javascript/ajax part isnt working. Im having problems finding out if the data from the php file is actually comming through, at the moment only the js that empties the search-results is working. Apperently j...

Refresh XML feed on click (jQTouch)

Hi there, I recently created an xml feed -> html javascript function for an iPhone app I'm developing in jQTouch. Original Tutorial & Code: http://bit.ly/cnNMKu I was wondering if someone would know a quick and easy way to refresh the xml data (grab the feed again) when a link is clicked. eg. in the code: <div id="btns"> <ul> <l...

jQtouch + Phonegap: Document head setup

Hi there, I've recently built a webapp using jQTouch & packaged in PhoneGap (both latest versions). I'm now attempting to optimise the app, and was hoping to get some information on how to correctly setup the of the document. Currently I simply have the jQTouch javascript (no phonegap.js), and it seems to package and run ok on the ip...

jQTouch Slide issue

I have a web page which I am previewing on my iPod touch Safari. It is created using jQTouch. While the page displays correctly, here is what the issue; On the homepage, there are some links...Now when i click on any of those links, the correstponding content page (panel) appears, but the home page does not slide away.. I am not sure...

How to get Form Values in JQTouch:

HIi friends, i working on a IPhone Web App as its kinda new to me, have studied some basics of JQuery, i want to get the form value in one view and to return to next view,i have tried this one, $("button:#Get").click(function () { $('#msg').html($('input:textbox').val()); }); it works with JQuery but not in JQTouch. Any Ideas Peo...

What function to replace jQT.goTo

I am trying to convert a jqtouch app that was developed for me to jquery mobile. I don't know how I should be converting this code showMainMenu: function() { Inventory.loadDealers(); Inventory.enableMenu(false); jQT.goTo('#mainmenu'); }, I tried showMainMenu: function() { Inventory.loadDealers(); ...