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
Google Docs
Each Attachment size should not exceed 1.0 MB.
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:
artjom.fomenko
artjom.fomenko's Profile
3
Posts
5
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 slide panel
[1Reply]
18-Jun-2013 05:33 AM
Forum:
jQuery Mobile
I have a hidden menu, which is:
<div data-role="panel" id="menupanel" class="menu" data-display="push">
<ul data-role="listview" data-inset="true" data-theme="b" class="leftmenu">
<li data-role="list-divider" class="ui-bar-b">{{locale.Program}}</li>
<li data-icon="false"> <a href="#home" class="ui-state-persist">{{locale.Home}}</a> </li>
<li data-icon="false"> <a href="#about" class="ui-state-persist" >{{locale.About}}</a> </li>
<li data-icon="false"> <a href="#myContacts" class="activelink">{{locale.Contacts}}</a> </li>
<li data-role="list-divider" class="ui-bar-b">{{locale.Application}}</li>
<li data-icon="false"> <a href="#settings" class="ui-state-persist">{{locale.Settings}}</a> </li>
</ul>
</div>
Which is called out by pressing a button in my header:
<div id="header" data-role="header" data-position="fixed" data-theme="a" class="pageHeader">
<h1 class="ui-title-long page-title">{{title}}</h1>
<a href="#menupanel" data-role="none" class="header-btn-menu ui-btn-left">{{locale.Menu}}</a>
<div>
Problems:
1) Content and header flow away.
For a second they place where they should be, but next second they flow away ( if i mannually add margin-left:-200px; they show up but this breaks all the effect ).
2) Footer doesn't move.
Menu hidden:
Menu opened:
Application scrolling
[0Replies]
17-Jun-2013 04:38 AM
Forum:
jQuery Mobile
Hello. I have a problem with jQuery on WP8 and need help.
<div data-role="page">
<div data-role="header" data-position="fixed">...</div>
<div data-role="content" id="test">
<ul data-role="listview" data-inset="true" id="news_list" class="list-default list-vendors list-bottom">
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Pervij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Vtoroj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Tretij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Cetvertij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Pjatij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Sestoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Sedmoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Vosmoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Pervij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Vtoroj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Tretij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Cetvertij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Pjatij</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Sestoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Sedmoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
<li data-icon="false" class="list-row">
<a href="#article">
<div class="row">
<div class="title">
<h3>Vosmoj</h3>
<span class="address"></span>
</div>
<div class="side-right"></div>
</div>
</a>
</li>
</ul>
</div>
<div data-role="footer" data-position="fixed">...</div>
</div>
Code looks like this, just an example.
When i want to scroll the content the whole app goes after my finger... I think its called bounce.
-ms-touch-action: none;
This wont do... because then when i scroll the element they start to open, the phone doesnt recognize when i scroll and when i tap
1px gap after footer
[5Replies]
10-Jun-2013 06:06 AM
Forum:
jQuery Mobile
Hello, i need a little help with footer.
here is my code for footer:
<div data-role="footer" data-position="fixed" data-theme="b">
<div class="footer">
<div class="seablue"></div>
<div class="red"></div>
<div class="gold"></div>
<div class="blue"></div>
</div>
</div>
And you can notice the 1px gap after:
How to get it out, tried to do this with footer:
margin-bottom: -1px
padding-bottom: -1px
but it seems it doesn't help,...
«Prev
Next »
Moderate user : artjom.fomenko
Forum