- Screen name: tennispolska
tennispolska's Profile
7 Posts
9 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- Hello everybody!
So, I am trying to create a mobile website, using jquery mobile, but a lot of the content that I have is joombla. Does anyone know if it is possible or how do I go about incorporating this stuff together??
Best Regards,
Tennispolska- Hey there,
I am trying to find out a way to create a green theme button, for a call function. The problem is, is that I don't know where to add in the css for the theme. Can anyone please give me an example??
I am having the same issue with just adjusting the color of a header.
Best Regards,
Thomas :)- Does anyone know if Jquery Mobile works with LG Rumor Touch phone??
I'm trying to figure out but I can't find anything.
Thanks
- I have a collapsable list. I included part of the code I have and it is the same thing as in the jquery mobile example. Even though i set the data to be collapsible, it isn't collapsing when i open a page either when view the page on pc or my phone
<div data-role="content">
<div class="ui-body ui-body-b">
<ul data-role="listview">
<center><h2>We're prepared to perform a huge assortment of services to help protect your car.<br><b><em>Just take a look!</em></b><h2>
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h1>General Maintenance</h1>
<p>Oil, Lube, and Filter</p>
<p>Complete Tune – up</p>
<p>Fuel Injection Cleaning</p>
<p>Transmission Flush</p>
<p>Radiator Flush</p>
</div>- Hi there !! So I have a map that WORKS for jquery :) The issue is that now I would like to add two markers. One of where the person is, and one of a set location, labeling both locations. Do you guys know where to add it?? I tried a bunch of times and it just screws the map up. Below is the code I used for the index and the map html files
--------------------- index.html ---------------
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Main Page</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" />
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>Main Page</h1></div>
<div data-role="content"><p><a href="map.html">Map</a></p></div>
</div>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
// When map page opens get location and display map
$('.page-map').live("pagecreate", function() {
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position){
initialize(position.coords.latitude,position.coords.longitude);
});
}
});
function initialize(lat,lng) {
var latlng = new google.maps.LatLng(lat, lng);
var myOptions = {
zoom: 8,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);
}
});
</script>
</body>
</html>----------------------------- map.html -----------------------------
<div data-role="page" data-theme="b" class="page-map" style="width:100%; height:100%;">
<div data-role="header"><h1>Map Page</h1></div>
<div data-role="content" style="width:100%; height:100%; padding:0;">
<div id="map_canvas" style="width:100%; height:100%;"></div>
</div>
</div>- Hi there !! So I have a map that WORKS for jquery :) The issue is that
now I would like to add two markers. One of where the person is, and
one of a set location, labeling both locations. Do you guys know where
to add it?? I tried a bunch of times and it just screws the map up.
Below is the code I used for the index and the map html files
--------------------- index.html ---------------
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Main Page</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" />
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>Main Page</h1></div>
<div data-role="content"><p><a href="map.html">Map</a></p></div>
</div>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
// When map page opens get location and display map
$('.page-map').live("pagecreate", function() {
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position){
initialize(position.coords.latitude,position.coords.longitude);
});
}
});
function initialize(lat,lng) {
var latlng = new google.maps.LatLng(lat, lng);
var myOptions = {
zoom: 8,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);
}
});
</script>
</body>
</html>----------------------------- map.html -----------------------------
<div data-role="page" data-theme="b" class="page-map" style="width:100%; height:100%;">
<div data-role="header"><h1>Map Page</h1></div>
<div data-role="content" style="width:100%; height:100%; padding:0;">
<div id="map_canvas" style="width:100%; height:100%;"></div>
</div>
</div>- Hello there,
I have been sitting on this task for days now with no luck. Does anyone know how to make a contact form in jquery mobile ?? I can construct the form, but I can never get it to work with php, is there something missing that i need? Is there a tutorial on this??
thanks,
thomas- «Prev
- Next »
Moderate user : tennispolska
© 2012 jQuery Foundation
Sponsored by
and others.


