Tagged Questions

5
votes
2answers
2k views

Autocomplete ajax textbox for iphone web app?

I've developed a rails website in which I've got a text box with autocompletion facilities (When the user starts typing, a list of valid values "drops down" under it). For this, I used Rail's ...
2
votes
1answer
433 views

jQTouch loading external PHP not working proparly

I really hope someone can help me with my problem. Because I am really stuck rightnow. I am trying to do a wepApp with jQTouch. The truble I am having is loading data from a mysql Database. It used to ...
2
votes
2answers
178 views

How do I detect the start of a ajax call?

In JQtouch, any link is automatically convert into ajax call. I want to detect the moment the ajax call was send. This is so that i could insert a loading screen to let users know that the system is ...
2
votes
1answer
253 views

iphone web apps: performance hotspots? caching? javascript bottlenecks?

I'm starting to make an iphone app with jqtouch - so i'm keen to hear some best practises. I'm developing for iphones users on a UK 3G connection. Any particular things that cause script blocking? ...
2
votes
2answers
754 views

jquery / jqtouch getJSON call causing infinite loop?

Writing my first JQTouch app. When I go from #login to #home, a JSON ajax call happens successfully but the pageAnimationEnded event appears to be in an infinite loop. $(function(){ ...
2
votes
1answer
674 views

JQTouch link with no animation

Im building a web app using JQTouch and have been very impressed with it so far! I'm currently having a little problem in that I now need to link between certain parts of my site with NO ANIMATION. ...
1
vote
1answer
467 views

JQTouch loading external html page

Do we need to have all pages inside divs in one html page? In case of my website I would need to create a huge file to accomplish that.
1
vote
2answers
890 views

Break out of jQtouch?

I'm trying to give my mobile users the choice to view the full website by loading a different page. Thing is, jQtouch thoughtfully transforms links into ajax calls, so the user doesn't leave the page ...
1
vote
2answers
3k views

jQTouch loading remote data

I'm using jQTouch which is an implementation of jQuery with some extra stuff for mobile devices. I have a div with id=testinner. When I use this code, it works fine from a local file: ...
1
vote
2answers
6k views

jQtouch and jquery loading overlay

I created a mobile app using jQtouch. I need to let my user know when an ajax call is loading after they've pressed a form button. So I want to load a mask and a simple loading gif. I can get it to ...
0
votes
0answers
30 views

Issue ajax .load function when using jqTouch

I've been using an ajax call to refresh a portion of a page and pass it variables: $("#messages").load("showmsgs.jsp",{ 'id1': id1, 'id2': id2 },function(){ ...
0
votes
1answer
46 views

JQtouch Ajax not able to send the same request twice

Im creating an app using JQ mobile, it has a list of items and you select one and it send the goes to another page that does the ajax request.the problem is that if I go back select a different item ...
0
votes
0answers
52 views

jqtouch load content with ajax

I am loading this page directly inside of jqtouch. First the page shows "Loading..." Then it should execute a GET Request and refresh the content of the div ("tagcloud") as soon as it get's the ...
0
votes
0answers
98 views

Rails 3 Nifty Authentication jqTouch

I'm running Nifty Authentication as my authentication solution for my app. I'm attempting to convert the site to mobile formats, by using the plugin mobile_fu and jqTouch. I know I have to create ...
0
votes
1answer
61 views

jqTouch Why is the ul not expanding?

EDIT: this question is resolved thanks to a suggestion from @noShowP I am filling an unordered list with *li*s that contains a after a ajax request. Here's the code I'm using for that: li = ...
0
votes
1answer
338 views

How to load dynamic pages with JQTouch

I am trying to build a web app with JQTouch. I actually have it all working nicely if I hard code all the content in. However, the site needs to be entirely dynamic. Before a user logs in, there is ...
0
votes
1answer
308 views

jQTouch AJAX Form Callback

I've got a simple AJAX POST form set up in a jQTouch application. We're talking out-of-the-box simple here: <form id="contact" class="topPage" method="post" action="/process/mobile-submit.cfm"> ...
0
votes
0answers
218 views

jQTouch scroll extension on dynamicly loaded page

I managed including the jqt.bars extension on my webApp. But I cant get it to work on the pages loaded with ajax. So far I tryed the following. I changed $(document).ready(function() { $("#admin ...
0
votes
1answer
195 views

JQ Touch and AJAX

I am a little new to this so apologies if I am a little vaugue but I will do my best. I am attempting to create an iphone friendly version of a site using JQtouch. I understand that normally this ...
0
votes
1answer
316 views

jqtouch javascript/ajax combo not working in android

In jqtouch, I'm calling several pages using ajax, in very vanilla fashion: <li class="arrow"><a href="folder/another/somepage.html" >BRAVIA HDTVs</a><small ...
0
votes
1answer
246 views

called a page in jqtouch using ajax, now want to run javascript?

Just like in the kitchensink demo, I'm calling outside .html pages in from the index page using jqtouch, and that's working fine. There's video on the outside .html page, and I'm using submlime ...
0
votes
1answer
1k views

iPad app using JQtouch Help needed

so basically this is my 2nd attempt at creating an ipad app using jquery and jqtouch (see my other questions) i am now wondering how i can split the readily available jqtouch theme app for iphone ...
0
votes
1answer
336 views

jqtouch, slablet and animation i am trying to create

i am currently creating an ipad app using the slablet template. i have customised it so i have a left navigation and a main window. i have implemented some ajax so that when a user clicks a link on ...
0
votes
4answers
732 views

Cached Pages AJAX Not Working

Whenever a page is cached in both Firefox and Webkit, it appears to lose all ajax capabilities. <html manifest=cache.manifest> <head> <script src="js/jquery.js" ...
0
votes
1answer
233 views

jQTouch issue: multiple click on Ajax links caused multiple page load

How to produce the problem? Simply open the demo site http://www.jqtouch.com/preview/demos/main Click AJAX, followed by quick and multiple clicks on GET Example You will see the page loaded ...
0
votes
1answer
393 views

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 ...
0
votes
1answer
170 views

Kohana 2 jQtouch Jquery

Trying to load some data from mysql into the next screen using jQtouch. What is the correct way of doing this. Right now I just have a jquery click event on the tag for the next page which really is ...
0
votes
1answer
716 views

jQTouch Dynamic Web app?

I'm working on a dynamically changing web app. I'm using javascript and jQuery to populate DIV's with <li>'s and <a>'s. For example, I start with one menu dynamically built with ...
0
votes
1answer
230 views

How to replace a an entire page in jQTouch with another

I have been trying to replace the contents of a page using jQTouch to no success. My problem is related to this question $('div.current').replaceAll(html) When I try to do that, the entire page ...
0
votes
1answer
522 views

Can I use update panels with jQTouch?

I am using ASP.NET controls to fill in HTML for my jQTouch application, but I am having trouble with my hrefs ceasing to function as intended on my search page. The jQuery function for my anchor class ...
0
votes
1answer
604 views

Safari Ajax response size limit?

I am working on an iPhone mobile web app using jqtouch to make it feel more "native". It seems that safari chokes on large Ajax responses. Is there a limit on response size? Firefox is behaving ...
0
votes
1answer
4k views

jQuery & jqTouch - ajax.load problem

I think my problem lies more in my approach and applies more to jquery, but something weird is happening here. I'm using jQuery & jqTouch. My html is: <div id="home" class="current"> ...
0
votes
8answers
2k views

Quickest way to make a web app for iPhone

I am looking to make a iPhone app for a simple anonymous discussion website I launched this week (blurba.com). I would like it to be native, available for free download in the app store. I am looking ...