-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to load jqtouch on-demand like so:
<script type="text/javascript" src="js/jquery.js"</script
<script type="text/javascript"
$(function() {
$.getScript("js/jqtouch.min.js", function() {
$.jQTouch();
});
});
</script
Firebug outputs:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hiiii
I have a jQtouch site in dev and i would like to use a chart on it, to me Flot looks like the best way to do this (prettiest!)
However if i implement flot on the site i get the following error:
Invalid dimensions for plot, width = 0, height = 0
If i comment out the style sheet ../jqtouch/jqtouch…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using JQTOUCH to build a iPhone web app that includes a contact list just like in the iPhone under Phone Contacts...
This contact list has a vertical alphabet that allows the user to click & jump to the right anchor location in the list.
Is there a smart way to do this or plugin already…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to convert a database-driven multiple-choice-style study website (written in JSP) into an iPhone app using JQTouch.
If I load all of the Q&A's into their own divs in the same file I can easily link and animate between them using links to hashtags, like: a class="button" href="#question22"
Unfortunately…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an iphone web app built in jqtouch, when content is loaded by links ("a" tags) then any content on the next page is parsed by jqtouch and any links are initialized. However, when I load content via an AJAX call and append() it to an element then any links in that content are NOT initialized…
>>> More