You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you know how to use jQt, please, take a second and help me.
I've been surfin' the web & youtube and all I can find is a lot of out of date info, but not much. Most of the provided demos dont work (css became scss and folders are all mixed up and of course demo index's now have bugs due to new folders and file locations. Anyway, all this is unimportant if you know how to use jQtouch. I dont.
Would anyone be so kind, and explain, what am I doing wrong, or paste a link to basic start, how to make pages and show them by clicking on button.
I have basic html structure:
html>
head>
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
meta name="viewport" content="user-scalable=no, initial-scale=1">
script src="js/jquery.js"></script>
script src="js/jqtouch-jquery2.js"></script>
link rel="stylesheet" href="themes/scss/jqtouch.old.css">
script>
var jQT = new $.jQTouch({ // new keyword is now mandatory (was optional before rc6).
icon: 'jqtouch.png',
statusBar: 'black-translucent',
preloadImages: []
});
/script>
title>Testing site</title>
/head>
body>
div id="jqt">
div id="home" class="current portrait">
div class="toolbar">
div id="test">
div class="toolbar">This is text in toolbar
and this is "texting button" info
/div>
/div>
/body>
/html>"
Previewing that in FF it gives me TypeError: $.jQTouch is not a constructor.
Previewing that on mobile, show everithing ok, but the #test page is also visible. Any help on how to properly implement jQt to website would be pretreated, and I think it would help a lot of us.
The text was updated successfully, but these errors were encountered:
If you know how to use jQt, please, take a second and help me.
I've been surfin' the web & youtube and all I can find is a lot of out of date info, but not much. Most of the provided demos dont work (css became scss and folders are all mixed up and of course demo index's now have bugs due to new folders and file locations. Anyway, all this is unimportant if you know how to use jQtouch. I dont.
Would anyone be so kind, and explain, what am I doing wrong, or paste a link to basic start, how to make pages and show them by clicking on button.
I have basic html structure:
html>
head>
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
meta name="viewport" content="user-scalable=no, initial-scale=1">
script src="js/jquery.js"></script>
script src="js/jqtouch-jquery2.js"></script>
link rel="stylesheet" href="themes/scss/jqtouch.old.css">
script>
var jQT = new $.jQTouch({ //
new
keyword is now mandatory (was optional before rc6).icon: 'jqtouch.png',
statusBar: 'black-translucent',
preloadImages: []
});
/script>
title>Testing site</title>
/head>
body>
div id="jqt">
div id="home" class="current portrait">
div class="toolbar">
Test headline
ul>
/li>
/div>
div id="test">
div class="toolbar">This is text in toolbar
and this is "texting button" info
/div>
/div>
/body>
/html>"
Previewing that in FF it gives me TypeError: $.jQTouch is not a constructor.
Previewing that on mobile, show everithing ok, but the #test page is also visible. Any help on how to properly implement jQt to website would be pretreated, and I think it would help a lot of us.
The text was updated successfully, but these errors were encountered: