Tagged Questions
The slide tag has no wiki summary.
10
votes
3answers
1k views
iPad slidable panel controll like twitter
What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless ...
9
votes
4answers
3k views
link with href=“#” scrolls page to top when used with jquery slidetoggle
I'm using jquery's slidetoggle to show/hide divs.
the element that controls the sliding is a text link ( some text inside <\a>)
which has href="#" so it will look like a link (underline, cursor ...
8
votes
2answers
153 views
CSS transitions do not work when assigned trough JavaScript
I'm having some major headache trying to apply CSS3 transitions to a slideshow trough JavaScript.
Basically the JavaScript gets all of the slides in the slideshow and applies CSS classes to the ...
5
votes
4answers
157 views
How to get this fade and slide effect?
I'm wondering how I could make a fade and slide effect like on: http://www.apple.com/stevejobs/
It's a really cool animation and I'm wondering if this is possible with jQuery?
Note: I already know ...
5
votes
1answer
606 views
HTML tabs drag-drop slider sample?
What I need is simple tab system such that if you mouseDown on its contents you do not select html text but start sliding tab. If you slided more than half it assumes you slided to next tab. How to do ...
5
votes
3answers
3k views
How to create the drag and slide effect from this website?
If you drag and release quickly from the horizontal menu, the menu will auto slide for a distance. It seems to slide more the faster you drag and release. Source ->appear.dk
How do i achieve this ...
4
votes
1answer
458 views
javascript finger slide detection
Hey,
I'm trying to create a sliding checkbox like the one on the iphone.
I started with this script:
$('input[type=checkbox]').live('touchstart', function (e) {
down_x = ...
3
votes
3answers
55 views
Trigger a button on page load
I have this function
$("a#<?php echo $custom_jq_settings['toggle']; ?>").click(function() {
jQuery("#<?php echo $custom_jq_settings['div']; ?>").slideToggle(400);
...
3
votes
1answer
103 views
jQuery slide slicing off the tops of images
For some reason, slide in Chrome and Safari is slicing off the tops of images on one slider on my site and not the other. The code is a bit hairy for each slider, so you can have a look at the problem ...
3
votes
3answers
451 views
Flipping / Sliding Effect with Winforms
I am trying to make an Flipping / Sliding Effect with Winforms.
To be exact: a effect where the first Form slides/ is pushed out of the screen and the second one slides in.
After a lot of research I ...
3
votes
2answers
432 views
How do I remove this class after the jquery slide is in the up position?
I currently have the following code set up for a jQuery slide.
$(document).ready(function () {
$('a#slide-up').click(function () {
$('.slide-container').slideUp();
return false;
...
3
votes
5answers
541 views
Sliding from right to left
I am trying to slide a a panel from the right of the button to the left. Here is my css:
style.css:
.pToolContainer {
position : absolute;
right: 0;
}
.btn-pTool{
//display:block;
...
3
votes
10answers
2k views
Sliding An Entire Web Page
Is there a way to mimic the native transition and functionality of "sliding entire pages" like you see on the iPhone but inside a web browser instead?
I want one HTML page to slide over and a new ...
3
votes
3answers
4k views
Animate visibility modes, GONE and VISIBLE
So im trying to animate when i set the visibility of a linearlayout with other widgets, from GONE to VISIBLE and the opposite.Im using togglebuttons to show and hide. Here's an image to show what i ...
3
votes
4answers
853 views
Undesired “flashing” in Jquery dropdown menu?
I've got the following piece of Jquery:
$("#collapse-menu > li > a").click(function() {
$(this).toggleClass("expanded").toggleClass("collapsed").find("+ ul").slideToggle("medium");
});
...
3
votes
1answer
2k views
How to draw borders around slides in latex beamer handouts
I am using the LaTeX beamer package. How do I draw a border around each slide when I use the handout format (eg. {4 on 1}). I would like to have something silmilar to the "-d" option available in Unix ...
3
votes
2answers
7k views
Open view with slide effect from bottom to top on iPhone
I'm making an application for iPhone (which runs in landscape mode) (OS 3.0), and I want that when I touch a toolbar button it opens a view with a slide effect (similar to the effect when you touch ...
3
votes
2answers
2k views
JQuery closest() help
So I have several containers with this markup on a page:
<div class="box w400">
<div class="box-header">
<span ...
2
votes
3answers
40 views
Sliding Div Left to Right
I have a slider that slides the content from the top to bottom when a link/button is clicked. I want it to slide out from the right side of the button and move left to right. Is this possible by just ...
2
votes
2answers
60 views
Making a slider with jquery
I need a slider that is composed of three groups with 3 slider inside. It will start sliding the first group (1-2-3) and after show second group... cycling all. The slider should pause on mouse over ...
2
votes
2answers
45 views
jquery slidedown on page load
How can slide down a div with jquery on page load where css is set to display:none? I see a lot of solutions but none can slide div if css is set display:none. The best way is to hide it on load and ...
2
votes
2answers
124 views
How to make a page preloader similar to Apple's Mac page
If you have a look at Apple's Mac page on their website. http://www.apple.com/mac/
Their "body" displays an image in the center while the page is loading. After the page is fully loaded, their content ...
2
votes
1answer
191 views
Slide tab bar like in android market
Does anyone know how to implement the bar like in android market (Categories, featured, top paid...) I've also seen it in the new version of SuperUser so i know it can be done. Thank you for your ...
2
votes
2answers
102 views
jQuery: Slide Toggle || Any optimizations to the code?
Hi Im new to programming jQuery and i have a quick code snippet that I would love someone to test for me.
I think it works well.. but i dont know if its the best way to handle it.
working example: ...
2
votes
1answer
80 views
jQuery Cycle plugin- How to return the index number of the currently displayed slide?
I'm currently using Malsup's Cycle plugin . I am just wondering is it possible to have cycle plugin return the index number of the currently displayed slide??
I want to change the content of the ...
2
votes
3answers
104 views
jQuery menu toggleSlide with hover?
I have a menu in which only one item has a sublist. Here is the HTML code:
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a ...
2
votes
2answers
68 views
How can I toggle between two functions in a .keypress();?
Here is my site: http://mttdn.com/dev/
If you click the light switch button in the top right, you will see that a hidden div slides in from the right. Click the button again, and it slides back. I ...
2
votes
1answer
161 views
Slide div horizontally with easing
I am looking to achieve a hide/show div where on mouse enter the div is shown but in a sliding left to right manner with easing.
Also i need the page to focus on the new div that just slided out / ...
2
votes
2answers
568 views
Jquery Mobile slide list
I'm trying to do a list with jQueryMobile like in the twitter application.
Video of what I'm looking for: http://www.youtube.com/watch?v=l7gTNpPTChM
But I have 2 problems:
1) Each row has a class ...
2
votes
1answer
264 views
Resource for Android Slight Left/Right Slide action on listview
I am not sure if this question has been asked here or not. I look for a way to simulate the slide action in listview of Android. Similar to that of Samsung Galaxy/Nexus contact list actions.
As you ...
2
votes
2answers
678 views
HTML/jQuery Tables: Scroll horizontally, fix the first (left) column
I have a table that displays a column of test names, with several (unlimited number) of columns of various test data associated with the tests. Since there will be several sets of data, I want to ...
2
votes
3answers
331 views
jQuery UI Slider. How to move the slider pointer to a specific point int he slider scale?
I am using the jQuery UI slider from Filament group where it will convert a SELECT element to the slider. It works fine. Now i want to programatically move the slider handler to a purticular point in ...
2
votes
2answers
294 views
Javascript slide form Jquery, Prototype, or pure Javascript
I am a newby and would like some professiona advice about the following:
I want to create a form.
The user fills in one part and clicks 'next'.
The form slides to the left and a new part of the form ...
2
votes
4answers
91 views
How could I make a div “slide” to a certain width using jquery?
I have a div that scales to an image width + height using jquery. I want to know if I can make it "slide" to the width and height.
So instead of just instantly scaling to those dimensions, I want a ...
2
votes
2answers
583 views
Using webdav on Android
I'm trying to make a Webdav Client for Android, and I found different Java APIs: Slide, Jakrabbit and Sardine which seems it's a promising solution. It runs like a charm in a Java Apps, but I ...
2
votes
1answer
277 views
How to execute commands requiring root privileges inside a script?
I have to change the frequency of CPU (through slide privileges) . I have written the command to change frequencies inside a script .However , when I run the script, I get the following error message
...
2
votes
1answer
250 views
How do I slide(scroll) an entire div thats been retrieved through jquery's .load()?
So I have I this javascript that loads into a div the contents of my php (which gets data from a mysql database). When a different button is clicked, it calls the eat.php file again, with the new data ...
2
votes
1answer
3k views
jQuery animate height
I have a button and a div with inside some text:
<h2>Click me</h2>
<div class="expand">Lot of text here....</div>
I want to show just 2 rows of the text as default, so I put ...
2
votes
1answer
8k views
Sencha Touch Slide
I am starting to use Sencha Touch and have already read their "Getting Started" gide, however I am currently stuck in what I want to do and haven't been able to find any proper tutorial or example of ...
2
votes
2answers
488 views
UILocalNotification handling when screen is locked
I am developing an iPhone app that delivers alerts at certain times using UILocalNotifications. Pressing the OK button on the alert launches the app so it can perform specific tasks.
So far, ...
2
votes
2answers
613 views
Javascript slide element
I want to know what's the best technique to slide an element just like in these examples:
http://demos.flesler.com/jquery/localScroll/#section1c
But with Pure Javascript so NOT jQuery or any ...
2
votes
1answer
355 views
C# Dropdown Slide Form
Is there any built-in control like a dropdown/slider? For instance, I want to display some info on dialog/control/form and inside that form there is a arrow which expands it to show more information?
...
2
votes
1answer
591 views
jQuery Slider How do I lock a handle in place?
I have a jQuery slider with a two handles. I'm looking to lock the first in place based on the second handle.
I've tried checking the values on the slide event and then setting the first handle back ...
2
votes
2answers
1k views
Jquery slide in front
just a quick question(hopefully).
I want to slide one div in front of another div, with Jquery.
i dont want to hide one div and then slide the other down and i dont want to push one div down when ...
2
votes
8answers
3k views
jQuery.each() trouble
I will try to keep this short. I'm trying to create boxes of text that hide or show when user clicks on a expand button. I'm using the toggle() method.
The markup is like this:
<span ...
1
vote
1answer
41 views
How to create a slide screen in wp7? (like android slide-down screen)
How to create a slide screen (left to right, right to left, botton to up, up to botton) like we have the slide-down screen in android, for exemple?
I need to do this in two ways:
1. touch in a ...
1
vote
0answers
45 views
Add or remove slides using jQuery FlexSlider
Is it possible to add or remove slides in runtime using FlexSlider?
1
vote
2answers
70 views
How to get the Slide number using java via Apache POI API
How do I get the number of slides in a .ppt file using java. To access the .ppt we require the Apache POI API - especially the Slide[] class.
I'm using the method getSlideNumber() from here to ...
1
vote
1answer
56 views
DIV contents not sliding properly
I have a DIV which is a banner stretching 100% wide for the top 25px of the display. It fades into view on loading and can be removed by clicking the cross at the end and. It is set to slide out of ...
1
vote
3answers
72 views
How to make a preview of DIV in another DIV?
I am making an application or a site in html/css/javascript that will allow me to create slides, add some text, image maybe change color and styles to every slide and than launch it as a whole ...