The slideup tag has no wiki summary.
0
votes
1answer
31 views
SlideUp DIV of same class before SlideDown Jquery
I'm sure the answer is simple but;
I'm trying to write a simple bit of Jquery for a restaurant menu system on a website.
I want the menu_list item to that is visible to slideUp before the selected one ...
0
votes
2answers
31 views
Jquery Slidedown moves other div down
I am trying to position div absolute with css. I have 2 divs where I am using jquery slide down and slide up. If one div slides down, other div is also disturbed with this code here.
Could soe one ...
2
votes
4answers
78 views
Div slide up when click in items inside it
I have a div that slides down (opens) when I click a certain input select. Inside this div, I have some other input selects and my objective is to slide up the div when I click on the rest of the ...
0
votes
0answers
25 views
jQuery: slideDown, siblings and slideUp
I'm kind of new to jQuery so my apologies if my explanation isn't very clear.
Anyways, I'm trying to make a menu that will slideDown the content of the clicked a and slideUp the content of all the ...
0
votes
1answer
70 views
jQuery slide up open div before sliding down new one
I have a fiddle with my problem. I have a list of links and each one opens a different slideshow. What I want is, when clicking any link, check if there's an open slideshow and close it (sliding up) ...
1
vote
1answer
103 views
JQuery slideDown slideUp mouseover mouseout
what I'm trying to do is to keep video in .slideDown until mouseout text AND video, is that possible? here's my code until now
Both #text and #video are div
JS here:
<script>
...
0
votes
0answers
14 views
slideDown Animation Trickling
I am working with some jQuery that is being utilized in almost the same way depending on the size of the screen. Responsive if you will.
I am using this to detect the screen resize after it is ...
-2
votes
0answers
23 views
SlideUp and SlideDown to show the Div
Go to this link,
http://goo.gl/Dd81Q
here u can see the LOGIN and MENU Link,
If u click on the LOGIN link, it will slideDown and show the contents.
after u click on MENU link, it will slideup and ...
0
votes
1answer
52 views
how to close submenu with slideUp and slideDown jquery
I'm trying to close the submenu with this method, pushing the id's up and down, at this moment the code slideDown the submenu, pushes the ID's down...i want to close and slideUp the ID's...any ...
0
votes
1answer
66 views
SlideUp slideDown
i have this javascript code:
var x="#wrapper"
//var xyz;
$(document).ready(function(){
$("#about").click(function(){
if (!(x=="#about")){
$(x).slideUp("slow",function(){
...
0
votes
1answer
84 views
SlideUp and Slidedown on hover menu
I am having a menu which will show a slider on hover(). I have written it like this
$(".menu2").hover(function ()
{
$(".slider").slideDown(500);
$(".slider").css('display','block');
},
...
0
votes
0answers
85 views
Panel slideup on Jquery Mobile
I would like to make something similar to the yahoo news on the lock screen of Android devices : http://youtu.be/tS537vD0LLU?t=8m52s in my web app.
I have looked panels but there is no ...
1
vote
3answers
54 views
Is it possible to add a fade to the .slideUp & .slideDown jQuery Function
Is it possible to have a slight fade to the .slideUp & .slideDown so it slides upwards with a fade?
options.trickerPanel.slideUp(function() {
$(this).html(value).slideDown();
Here is ...
0
votes
1answer
92 views
How to slideup <div> tag using jQuery "MOBILE 1.3.0?
Could you please guide me (an example is much appreciated) as to how i can achieve the Slide up effect on a tag like the one in jQuery 1.9.1 using jQuery MOBILE 1.3.0.
I need to do like the 1st ...
0
votes
1answer
122 views
jQuery Use animate() to animate height of div to hide/reveal content inside
I am attempting to animate the height of a div to hide or reveal the content inside of it. Using animate() is the most convenient way to get the animation that I would like as you are able to specify ...
1
vote
1answer
94 views
jQuery hover and Slide
I have 20 different divs.
5 class="icon",
5 class="rainskin",
4 class="schoolproject",
4 class="wallpaper", &
2 class="miscellaneous".
Each div has one div with class=".type". I have the ...
0
votes
1answer
32 views
jquery challenge with slideup and etc
I have a code like below. It basically opens up a menu when touched and closes again when touched on it. However, I am trying to make it close when it's touched anywhere on screen. Also not to make ...
1
vote
2answers
47 views
Unexpected behavior of slideUp and slideDown
To understand my problem please visit this link. Here note textbox and button are align to each other, but when you click SlideUp button and then SlideDown their alignment get disrupted
Here is my ...
1
vote
1answer
431 views
Jquery hide mega dropdown
I'm trying to build a mega dropdown navbar. Jquery is not a strong point of mine but I need to use it to achieve what I'm looking for. I'm aware of the various topics on similar questions but none of ...
0
votes
5answers
217 views
slideDown and slideUp multiple fields with jQuery
I'm trying to slide multiple contents down with show fields. This works fine. Also the class changes nicely to "up". Yet, when I click the text again, nothing happens.
Why doesn't this work? Does ...
1
vote
2answers
35 views
Sliding Issues With Jquery
I have had a look around but I can not seem to find any one else with the same issue as me. I want to be able to slide a box, which will hold my menu links, up and down on a users click.
My code ...
0
votes
0answers
97 views
Is it possible to fix slideUp /slideDown jquery jump issue for responsive width
There have been a lot of posts about the slideUp/slideDown jump, the most helpful of which points to Remy Sharp's post. This, however only addresses the situation if the height of the div to be hidden ...
1
vote
2answers
87 views
Jquery SlideUp Height
$(document).ready(function() {
$('#arrow').click(function () {
if ($('#slide1').is(":hidden")) {
$('#slide1').slideDown('medium');
} else {
...
0
votes
2answers
123 views
jQuery slideDown slideUp click
I'm a jQuery-CSS-newbie but I'd like to move a div down to another. I just can't figure it out how to do it.
What I am trying to achieve is to slideDown a div but i don't know how to position it or ...
0
votes
1answer
156 views
What is the right way to use the tinyscrollbar update function with a jquery onclick event?
I have a list of states that displays or hides on click of a button using jquery slideUp() and sideDown() functions.
I'm trying to use jquery tinyscrollbar to add a custom scrollbar to it.
I have a ...
0
votes
2answers
55 views
Jquery slideUp callback function when initial selector includes child
How can I add a callback function to the slideUp() function if the initial selector I am using includes children()?
$('.homebuttonbutton').hover(function() {
...
0
votes
2answers
167 views
jquery apearing nav from the left
i have been looking for this for a few hours and i can't seem to find the answer.
I'm working on an website were i want an navigation that is coming from the left when the cursor is hovering to the ...
1
vote
1answer
189 views
Jquery .slideUp on Multiple divs with the same class
Hi I am pretty new to jquery and the way to use it properly to apply a function to div, but it shares it's class with multiple div's. What I want is to apply .slideUp() on mouse enter to one at div at ...
1
vote
0answers
84 views
SlideUp and SlideDown issue
Everything works perfectly until I select a link from the second nav menu, in which case the tag that is used to select the class, gets a new class named active, which I believe is causing the ...
1
vote
1answer
89 views
jQuery slideUp flashing on iOS
I have a collapsing nav menu made up of unordered lists that uses .slideUp() and .slideDown() to hide and display sub menus. This works great on all desktop browsers. I am having a problem on iOS ...
0
votes
1answer
459 views
Load posts in div with slideUp/slideDown using jQuery
I'm trying to load content from wordpress pages into a div on a custom template using links.
I have one div that is hidden, and should be displayed with slideDown when content is loaded into it.
I ...
0
votes
1answer
199 views
JQuery slideDown slideUp button
I have a script that will expand and collapse elements - and I added the Collapse / Expand all items. But if one member is deployed and click expand all - it will minimized / slideUp
How to write ...
0
votes
0answers
55 views
Create an if statement that tests for class (using hasClass) and only runs animation/effect if true
I have set up a series of nav effects/reveals/animations that occur on both .mouseenter and .click
I have a set up like this:
------navC------
navA--------navB
----TRIGGER-----
you mouseenter ...
0
votes
2answers
537 views
Hide div onClick with jQuery
I have a demo here of a script that allows me to show and hide content on my site. It is working perfectly.
However, when I click on a link to show the content and then click it again to hide it, it ...
0
votes
0answers
41 views
Lengthy if elseif else statement
Admittedly so I am a designer with little to no development background. Really hoping someone can help me out with this.
HTML
<div class="hero">
<h1>This is my header</h1>
...
0
votes
1answer
77 views
jQuery slideDown slideUp error
I am using the following code to animate a slideDown/slideUp effect when I hover over an element. The slideDown appears to be working fine, but when the mouse is no longer hovering over the element, ...
0
votes
2answers
134 views
How do I place an image behind another, and then slide it up?
I currently have two images "IMAGE A" and "IMAGE B". As of right now my intention is to fade in IMAGE A and then fade in IMAGE B behind it (all while remaining centered on the page). However, instead ...
2
votes
1answer
115 views
Disable .slideUp function when mouse hover sub menu
I have a small problem. I want that when I hover mouse on the sub menu, when it is open, the sub menu is not collapsing. Thanks.
$('.navigation').find('ul').parent().addClass('lv2-menu');
...
0
votes
3answers
123 views
JQuery slideUp/Down loop?
Where am I wrong?
http://jsfiddle.net/j5yTU/
Just want the .ex to slide up when the mouse is leaving the area.. but it seems to loop and then slide up.
$("div.case").mouseover(function () {
var id ...
1
vote
1answer
648 views
Making a slide up view similar to the new Google Maps iOS app, troubles with multiple UIPanGestureRecognizer
I am trying to reproduce the behaviour of the slide up menu of the new iOS Google Maps application.
So basically it's a view that you can slide up with panning up to a certain point or slide down to ...
0
votes
2answers
70 views
jquery delay slideup
does any one know why this not working
$(window).load(function() {
$('#first-div').animate({top:"640px"},3000);
$('#second-div').delay(5000).slideup("1000");
});
what I'm trying ...
1
vote
1answer
137 views
Slide up content of a div/span using jquery
I want slideup and slideup effect for content inside a div/span .
For example,
HTML Code:
<span id="test" style="background-color:#212121;" ></span>
JQuery:
...
0
votes
3answers
173 views
How to SlideUp div when clicked in jQuery
I have the following simple demo here: https://tinker.io/8e585/1. I have attached code below.
Initially, the contents of both 'Test 1' & 'Test 2' are closed.
However, when clicked, they open. I ...
0
votes
2answers
342 views
JQuery Toggle Content
I am trying to make a simple slideUp slideDown content
I have the following code so far:
<style type="text/css">
ul {
list-style: none;
margin: 0;
padding: 0;
}
...
0
votes
2answers
531 views
How to slide and fade a div using jQuery?
I had a look at this and this but It did not help.
I have a news ticker. the list with fixed height has items which go up and appends to end of list.
EDITED : JUST ONE ITEM SHOWN AT A TIME and by ...
0
votes
0answers
179 views
jquery cycle plugin slideUp slideDown method stop on page load
My slideshow has a caption that slides down and up between slides. How do I prevent the slideUp and slideDown methods from running when page initially loads. Basically do not run methods on first ...
0
votes
0answers
45 views
CSS3: Remaking jQuery SlideUp/Down [duplicate]
Possible Duplicate:
CSS 3 equivalent to jQuery slideUp and slideDown?
I am currently developing an Android-application using PhoneGap and jQuery but I ran into a problem: jQuery's ...
0
votes
0answers
55 views
How to freeze an iframe shown from an ActiveX hover object?
I have an ActiveX video stream over which I put an iframe with some functionalities in it.
I would like to show the iframe whenever I enter the ActiveX.
Everything works (more or less) fine if I use
...
1
vote
0answers
38 views
MWFSlideNavigationViewController don't work
I'm trying use MWFSlideNavigationViewController but it's not working.
When the button is tapped, should appear the hide ViewController but nothing happened
If I put 'self' in ...
1
vote
1answer
175 views
JQuery SlideUp/SlideDown works ocassionaly
The dev site is this:
https://bcdev01.alpineincdev.com/
If you hover over the cart area (top right), a new div slides down covering the trigger area. When mouse leaves the new div, it's supposed to ...



