Tagged Questions
0
votes
0answers
47 views
Div scrolling issue in bing map search result page
In my site pages, I had a file called searchlist.tpl. In that bing search map is displayed in a div. The image given below shows the map position.
Searchlist.tpl file coding
<div id='myMap' ...
0
votes
2answers
69 views
How to scroll up with Jquery?
I tried everything, and i can't write the good Jquery code to make my body scrolls up.
This is my JS :
$("body").animate({scrollTop:$(document).height()}, 9000);
$(this).fadeOut(fast);
And ...
1
vote
2answers
124 views
How do I scroll a list item to the top of my page when I click on it?
I'm using jQuery mobile and I have a long unordered list like this:
<div id="wrapper" />
<div id="scroller" />
<div class="trans" />
<ul id="thelist" data-corners="false"
...
0
votes
1answer
205 views
Is there a way to disable swipe events in KendoUI Mobile's ScrollView?
I'm using KendoUI Mobile's ScrollView control as a carousel to house some questions and need to disable swipe events for it (I'm using "next" and "previous" buttons to control the "navigation").
...
0
votes
0answers
75 views
jquery: how to add scrollview to colorbox?
I have colorbox working fine on my page, and also have scrollview (http://code.google.com/p/jquery-scrollview/) working fine by itself on a separate test page, but I haven't been able to apply ...
2
votes
1answer
385 views
Vertical Scroll View on Windows using jQuery Mobile
I am using jQuery 1.1 plus PhoneGap. I have been trying to implement a vertical scroll with rows (basically a List view with custom cells) using jQuery Mobile for Windows Mobile. I have been searching ...
0
votes
1answer
641 views
iOS jquery scrollview plugin does not scroll y on an iframe
I am using scrollview plugin on a jquery mobile file and works great on iOS. However when I use an iframe, scroll y is not applied and its content remains fixed. How to apply scroll y on an iframe? ...
0
votes
0answers
259 views
jQuery dynamic scroll view scrolling to the wrong place
I have a horizontal <div class="content-parent"> container view which is laid out like this:
|**********|---------|---------|
|* *| | |
|* *| | |
...
0
votes
0answers
151 views
YUI scrollview scroll
I'm playing around with the horizontal scrollView for YUI. I'm trying to get jQuery to handle onclick events to scroll the viewer to X position based on the id given on the button. See:
...
0
votes
1answer
614 views
jquery.mobile.scrollview.js: avoid that scrolling bounces back to original position
I am using scrollview to scroll an dynamically generated table wrapped in a div in my app, so i can not apply a fixed height to the div wrapper. I got it scrolling, but the scrolling content is ...
1
vote
1answer
795 views
Scrollview - Can't scroll the dynamic content after load()
Header:
<script src="jquery.mobile/jquery.easing.1.3"></script>
<script src="jquery.mobile/jquery.mobile.scrollview"></script>
<script ...
0
votes
1answer
80 views
Links to location on same page not matching up [closed]
I need your help.
I made a nav bar that links to anchor locations on the same page, allowing the view port to scroll down when clicked(nothing complicated).
The problem: There is a big cover page ...
1
vote
3answers
453 views
Jquery mobile scrollview to work on desktop as well?
I currently have a web application working both on desktop browsers and tablets. I got everything to work and listening to the correct event types, except the jquery mobile scrollview.
I use this ...
1
vote
0answers
336 views
Jquerymobile Scrollview comes backs to original position after scrolling.does not holds the scrolled position
I am using jquerymobile and scroll view to enable horizontal scrolling on a div. but I am having problem with it that when I lift my finger up after scrolling. It comes back to original position and ...
1
vote
1answer
159 views
Scrollview isn't working in y-axis
This jQuery plugin doesn't work with the y-axis.
http://jsfiddle.net/weissraum/tsyzZ/
How can this be solved?
You cannot delete doctype declaration in jsfiddle, but I did successfully locally on ...
0
votes
1answer
265 views
Can someone check the header? I added multiple script files which causes many problems
I added the header, this causes all html form submits to occur twice and checkboxes dont work. The problem happened by adding jquery mobile datebox and scrollview.
Any help would be great.
...
1
vote
1answer
523 views
Disabling automatic scrolling past end of element
When i reach the end of the scroll on the top div, I don't want to initiate any other scroll. I just want it to stop scrolling. Quite a reasonable request I'd say.
Here is a demo of the issue on JS ...
2
votes
4answers
5k views
jQuery Mobile and Scrollview automatically enables scrolling on content divs
I'm using jQuery Mobile and Scrollview. This has been the perfect solution for me so far as I had some bad experiences with the scrolling functions in jQuery Mobile, and again with a plugin called ...
0
votes
1answer
306 views
jQuery change clas on navigation when div # scrolls horizontally into view
I've seen this question here and it was pretty helpful but how about if the navigation is horizontally. I would like to change class into active on my active button by the moment the div scrolls into ...
4
votes
2answers
1k views
jQuery Mobile scrollview behaviors bleeding over to other pages/divs
In a little app I'm working on I have a listview contained in a fixed height div that I'd like to be scrollable. Using jQuery Mobile scrollview I have the listview scrolling just fine. The problem ...
1
vote
3answers
7k views
jQueryMobile 'data-scroll=true' does not work on dynamically injected pages
data-scroll="true" works fine if the page is static page, but if I add page dynamically using javascript it does not work.
My Header section is :
<link rel="stylesheet" ...
1
vote
0answers
197 views
synchronized listviews in jquery mobile
I'm making an app which is meant to work in PhoneGap, everything is going good so far except for the fact that I'm using jQuery Mobile scrollview and although it works pretty well, a problem appears ...
0
votes
1answer
1k views
jQuery Mobile ScrollView “initialization”
I'm using the scrollview experimental feature of jQuery Mobile:
<div class="carousel" data-scroll="xp">
... my position:absolute very large div ...
</div>
as described here: ...
0
votes
1answer
852 views
Cannot type text into textfields after using scrollview component
I am using scrollview in my jQuery Mobile application.But when I use it,the textfields cannot receive proper focus and as a result I am not able to type values into them.
This is my code:
...
2
votes
1answer
2k views
Using jQuery to add scrolling to a flat UL list
I have this UL list:
<ul class="third-level-nav">
<li><a href="/accommodations/Home.aspx">Home</a></li>
<li><a ...
1
vote
1answer
1k views
jquery scrollview: How to know when scroll ended?
i've been playing with the scrollview that was made for jquery mobile, so far it seems to be working fine for me BUT i need to understand where can i add a callback for when the scrolling ended. I ...
0
votes
1answer
922 views
jquery mobile scrollview on click
I am testing the scrollview horizontal direction and from this experiment: http://jquerymobile.com/test/experiments/scrollview/scrollview-direction.html.
My version is available here: ...
2
votes
2answers
18k views
jQuery Mobile Scrollview
So I'm trying to make a scrollable list:
<div data-role="content-primary" class="list" style="height:100%; overflow:scroll" data-scroll="y">
<ul data-role="listview" id="mainList" >
...
0
votes
1answer
3k views
how to use scroll component in jquery mobile?
I'm a bit confused with the scrollView component that "seems" to be supported in jquery.mobile.
Here I can see it says:
To turn an element into a scrollview, simply add a
data-scroll="true" ...
0
votes
1answer
4k views
jquery scrollview simple example request
I've been trying to get a basic scrollview working today and I must be missing something really basic. I've looked at the demo pages, and downloaded the jquery.mobile.scrollview,js/cvss and the extra ...
3
votes
1answer
2k views
jquery mobile scrollview - how to show hidden content and stop scrollview from snapping back to inital position
I'm working on a JQM project using the scrollview plugin.
I have everything set-up, and scrollview is working. However, the "hidden" content to be scrolled doesn't load completely and the scrollview ...
0
votes
1answer
3k views
scrollview for jQuery mobile tollbars *not* to be fixed
I have been using scrollview (http://jquerymobile.com/test/experiments/scrollview/) successfully for an image gallery left/right swipe (which looks great) however the header/footer are always ...
0
votes
1answer
1k views
Image jQuery scroller in a container. (like facebook cropper) can't get values of position
Having a reallllll mind pain.
I have a php image uploader which is all good and sotring the file and the jquery ajax is returning the image in an ammended html div with a div set up like this:
...
2
votes
1answer
1k views
Callback jquery.scrollview.js
I'm using the jquery Scrollview plugin (http://code.google.com/p/jquery-scrollview/) to scroll drag a div with overflow hidden.
My question is how I go about to get a callback function on this?
...

