Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Zoho Docs
Google Docs
Each Attachment size should not exceed 1MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Screen name:
prd689
prd689's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
Multipage document doesn't work. What am I missing?
[2Replies]
10-Jan-2013 10:58 AM
Forum:
jQuery Mobile
Im about to pull the hair out of my head on this! I've stared at it now for hours and maybe I'm missing something simple here... it usually is...
The 3 buttons on the first page, although linked correctly to each page (in my mind), will not work.
I could really use another set of eyes to help me see what I'm missing or incorrectly coded.
Any help would be MUCH appreciated.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="myUI.css" type="text/css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js">
</script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js">
</script>
<script src="my.js">
</script>
</head>
<body>
<!-- Home -->
<div data-role="page" id="page1" data-theme="a">
<div id="Head" data-theme="a" data-role="header">
<a data-role="button" data-rel="back" data-theme="d" href="#page1" class="ui-btn-left">
Back
</a>
<h3>
<span style="color:#F90"> Leave Request </span>
</h3>
</div>
<div data-role="content">
<div>
<p style="text-align: center;" data-mce-style="text-align: center;">
<b>John Smith - 0076449</b>
</p>
<p style="text-align: center;" data-mce-style="text-align: center;">
<img src="http://lottmandesign.com/images/palm-tree.png" width="30" height="46" alt="Palm Tree" title="Vacation" style="vertical-align: baseline;"
data-mce-src="http://lottmandesign.com/images/palm-tree.png" data-mce-style="vertical-align: baseline;" />
<b>Vacation</b>
</p>
<address data-mce-style="text-align: center;" style="text-align: center;">
<span style="font-size: small;" data-mce-style="font-size: x-small;">
From: Weds, May 23rd 2012
</span>
<br />
</address>
<address data-mce-style="text-align: center;" style="text-align: center;">
<span style="font-size: small;" data-mce-style="font-size: x-small;">
To: Fri, May 25th 2012
</span>
</address>
</div>
<div id="Notes" data-role="collapsible-set" data-theme="c" data-content-theme="c">
<div data-role="collapsible" data-collapsed="true">
<h3>Basic </h3>
<div>
<p>
<b>Supervisor: Rick Ashley </b>
<b>0052658</b>
</p>
<p>
<b>Created By: John Smith 0076449</b>
</p>
<p>
<b>Created Date: 01/02/2013</b>
</p>
<p>
<b>Created Time: 12:30pm</b>
</p>
</div>
</div>
<div data-role="collapsible" data-collapsed="true">
<h3>Details</h3>
<div>
<p>
<b>Hours: 24</b>
</p>
<p>
<b>Begin Time: 8:00am</b>
</p>
<p>
<b>End Time: 4:00pm</b>
</p>
<p>
<b>Begin Meal: 12:00pm</b>
</p>
<p>
<b>End Meal: 1:00pm</b>
</p>
</div>
<div>
<p>
</p>
</div>
</div>
</div>
<div class="ui-grid-b">
<div class="ui-block-a"><a href="#History" data-theme="e" data-role="button"><font size="2">History</font></a></div>
<div class="ui-block-b"><a href="#Quotas" data-theme="e" data-role="button"><font size="2">Quota</font></a></div>
<div class="ui-block-c"><a href="#Notes" data-theme="e" data-role="button"><font size="2">Notes</font></a></div>
</div>
<!-- /grid-b -->
<div id="Footer" data-theme="a" data-role="footer" data-position="fixed">
<h3>
</h3>
<a data-role="button" data-theme="c" href="#page1" class="ui-btn-left">
Approve
</a>
<a id="Reject" data-role="button" data-theme="a" href="#page1" class="ui-btn-right">
Reject
</a>
</div>
</div>
<!-- History -->
<div data-role="page" id="History">
<div id="Header" data-theme="a" data-role="header">
<h3>
History
</h3>
</div>
<div data-role="content">
<div>
<p>
<span style="color: rgb(255, 153, 0);" data-mce-style="color: #ff9900;">
will go here
</span>
</p>
</div>
</div>
</div>
<!-- Quotas -->
<div data-role="page" id="Quotas">
<div id="Header" data-theme="a" data-role="header">
<h3>
Quotas
</h3>
</div>
<div data-role="content">
</div>
</div>
<!-- Notes -->
<div data-role="page" id="Notes">
<div id="Notes" data-theme="a" data-role="header">
<h3>
Notes
</h3>
<a id="Back" data-role="button" data-rel="back" href="#page1" class="ui-btn-left">
Back
</a>
</div>
<div data-role="content">
<div>
<p>
<strong>Med. Appt Time: 1:00pm</strong>
</p>
<p>
<strong>Family Rel: Aunt</strong>
</p>
<p>
<strong>Influenza: None</strong>
</p>
</div>
<div id="Med Cert" data-role="fieldcontain">
<fieldset data-role="controlgroup" data-type="vertical">
<legend>
</legend>
<input id="checkbox1" name="Medical Cert" type="checkbox" />
<label for="checkbox1">
Med. Cert. Available
</label>
</fieldset>
</div>
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<label for="Remarks">
Remarks:
</label>
<textarea name="Remarks" id="Remarks" placeholder="">
I need to take some vacation time for a medical appointment for my Auntie Jane. She does not have influenza.
</textarea>
</fieldset>
</div>
</div>
</div>
</body>
</html>
«Prev
Next »
Moderate user : prd689
Forum