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:
shibbyfly
shibbyfly's Profile
2
Posts
3
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
Jquery mobile slide panel
[2Replies]
14-Feb-2013 05:15 AM
Forum:
jQuery Mobile
Hello all,
I am pulling my hair out trying to get the jQuery mobile slide panel to work. I think my HTML is correct but I must be missing something.
Here is the jQuery page i have been following
http://jquerymobile.com/branches/slide-panel/docs/panels/index.html
Below is my page HTML.
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.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>
</head>
<body>
<div data-role="page">
<div data-role="panel" id="menu" data-theme="a" class="ui-response">
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
<li><a href="#">Option 5</a></li>
</div>
<!-- /panel -->
<div data-role="header" class="heading"> <a href="#menu" data-role="button" data-display="overlay" data-position="left" data-dismissible="true">Button</a>
<h1>Title</h1>
</div>
<!-- /header -->
<div data-role="content">
<ul data-role="listview" data-inset="true" data-filter="false">
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
<li><a href="#">Option 5</a></li>
</ul>
</div>
<!-- /content -->
</div>
<!-- /page -->
</body>
</html>
Any help would be greatly appreciated.
Regards
Jonny
[moderator moved to jQuery Mobile]
Jquery mobile slide panel help
[3Replies]
13-Feb-2013 04:15 AM
Forum:
Getting Started
Hello all,
I am pulling my hair out trying to get the jQuery mobile slide panel to work. I think my HTML is correct but I must be missing something.
Here is the jQuery page i have been following
http://jquerymobile.com/branches/slide-panel/docs/panels/index.html
Below is my page HTML.
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.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>
</head>
<body>
<div data-role="page">
<div data-role="panel" id="menu" data-theme="a" class="ui-response">
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
<li><a href="#">Option 5</a></li>
</div>
<!-- /panel -->
<div data-role="header" class="heading"> <a href="#menu" data-role="button" data-display="overlay" data-position="left" data-dismissible="true">Button</a>
<h1>Title</h1>
</div>
<!-- /header -->
<div data-role="content">
<ul data-role="listview" data-inset="true" data-filter="false">
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
<li><a href="#">Option 5</a></li>
</ul>
</div>
<!-- /content -->
</div>
<!-- /page -->
</body>
</html>
Any help would be greatly appreciated.
Regards
Jonny
«Prev
Next »
Moderate user : shibbyfly
Forum