I need the code to automatically direct the user to the apple app store page or google app store of my app if they are using an iphone/ipad or android device respectively. What is the redirect script for that?
I am working in listview with images i.e thumbnails.
Below code i used.
<ul data-role="listview" data-inset="false" data-theme="b"> <li data-icon="false"><a href="index.html"><img src="images/img_arrow.png" alt=" Get in Touch" class="ui-li-icon" />Get in Touch<img src="images/img_img1.png" alt=" Get in Touch" align="right" /></a> </li> <li data-icon="false"> <a href="index.html"><img src="images/img_arrow.png" alt=" Get in Touch" class="ui-li-icon" /> Our Products<img src="images/img_img2.png" alt="Our Products" align="right" /></a> </li> <li data-icon="false"> <a href="index.html"><img src="images/img_arrow.png" alt=" Get in Touch" class="ui-li-icon" /> Special Offers <img src="images/img_img3.png" alt="Special Offers" align="right" /></a> </li> </ul>
But the height of the buttons is too much. Can we look are reducing this so that the images are nearly touching the top and the bottom.The Text for the buttons needs to be a lot bigger and centred vertically..
My output of the listview is attached as lmy_listview.jpg
But i want output of the listview as well as listview.jpg format.
Is it possible to 'Share This' function on each page so that people can share the page with friends (facebook, Google+, mail, etc - client is very keen on that as he is super connected) using mobile jquery?
How menus arrive and icons place themselves in the page rollover animation for buttons using jquery mobile? I have developed a mobile website using mobile jquery....
I have 6 pictures that I want to add text under. There are 3 pics on top and 3 pics on the bottom. What is the html code for this? Below is an example of how I want the pics and text to look. Also, if I wanted to add text BELOW the picture, how would I do that? I dont want table format.
I have 6 pictures that I want to add text under. There are 3 pics on top and 3 pics on the bottom. What is the html code for this? Below is an example of how I want the pics and text to look. Also, if I wanted to add text below the picture, how would I do that? There is also an example of how this would look. I am using jquery mobile.. I dont want table format.
I am working in navigation bar in jquery mobile. In the navigation bar i need two tab only. In the tab is split into same size. In first tab have one image and text. And the second tab have one image and text and facebook and twitter icon. I have faced some problem in it.
Can anyone help me please.
I attached the sample navigation bar.
Similarly like this i want the navigation bar in jquery mobile.
I am working in navigation bar in jquery mobile. In the navigation bar i need two tab only. In the tab is split into same size. In first tab have one image and text. And the second tab have one image and text and facebook and twitter icon. I have faced some problem in it.
Can anyone help me please.
Similarly like this i want the navigation bar in jquery mobile.
I am working in navigation bar in jquery mobile. In the navigation bar i need two tab only. In the tab is split into same size. In first tab have one image and text. And the second tab have one image and text and facebook and twitter icon. I have faced some problem in it.
Can anyone help me please.
Similarly like this i want the navigation bar in jquery mobile.
I am working in flexslider slideshow using mobile jquery. I put static slideshow. But now i want to display dynamically display images for flexslider using mobile jquery and php. Anyone can guide me.
See my code given below.
Kindly below the code:
<!DOCTYPE html>
<html>
<head>
<title>aluview</title>
<meta name ="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
i want to dynamically display images for flexslider slideshow using jquery and php. so i have to display images from folders i like to display the slideshow.Suppose i added one image in this images folder automatically it display in slideshow. Anyone help me with code.
I am working in phone number validations. I want a phone number validation like that (111)(11111). In this format i want phone number validations using mobile jquery. please anyone help me
I have text box with name, email address, phone num, password. I want validation for required field validator as well as email should be in email format and phone num will start from(111)(11112323) and so on...
I am working in submit form validations using mobile jquery. But is not working. I tried basic html using form with validations Its working fine. Below code.
HTML
<html>
<head>
<title>Form Validation</title>
<script type="text/javascript">
<!--
function validate()
{
if( document.myForm.Name.value == "" )
{
alert( "Please provide your name!" );
document.myForm.Name.focus() ;
return false;
}
if( document.myForm.EMail.value == "" )
{
alert( "Please provide your Email!" );
document.myForm.EMail.focus() ;
return false;
}
if( document.myForm.Zip.value == "" ||
isNaN( document.myForm.Zip.value ) ||
document.myForm.Zip.value.length != 5 )
{
alert( "Please provide a zip in the format #####." );
I am working in dropdown validation form using mobile jquery. Its validated but it submit button is to be clicked it does not transfer the next page. any one can help me.
The code is given below:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name ="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
I am working in RSS Feed Using jquery plugins in mobile jquery. It was working in browser. But in Iphone4 simultor is not get read and display the RSS Feed. Please anyone help me..
I will upload the code below.
Index.html
<!DOCTYPE html>
<html>
<head>
<title>RSS FEED</title>
<meta name ="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
Hi, I have worked on Rss Feed using php with ajax reader. But i worked in dropdown list. But i want listview using mobile jquery.ie. the following code is given below: <ul data-role="listview" data-theme="c"> <li><a href="#"> Google</a></li> <li><a href="#"> Google</a></li> <li><a href="#"> Google</a></li> </ul>
I have worked on Rss Feed using php with ajax reader. But i worked in dropdown list. But i want listview using mobile jquery.ie. the following code is given below: