Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [slideup]

An effect of hiding element with a sliding motion.

slideup
1 vote
1 answer
48 views

Jquery SlideUp , close but don't show effect

I want use slideUp with jquery , for close div i use slideUp , but close div happend in one second and don´t show really this effect My script it´s this : jQuery("#web_header_info_show_close")....
Cristian's user avatar
0 votes
2 answers
280 views

android slide up view panel like sms

I'm new to android and I want to create a chat application in android. So far I have designed bottom of the edit text with submit button. like blow link But I want to have a design like below link ...
SimpleCoder's user avatar
4 votes
3 answers
919 views

JQuery - Scrolling list, increase font-size gradually

<div id="wrap"> <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> $(document).ready(function() { function ...
oceansmoving's user avatar
0 votes
1 answer
60 views

Want to slideup fixed area with jQuery and CSS

I'd like to implement a function as slideUp of Magic. I wrote a code following this, and here is my sample page. <!DOCTYPE html> <html> <head> <title>Learning jQuery</...
yamachan's user avatar
  • 1,079
-2 votes
1 answer
210 views

Footer behind content BUT set px automatically [closed]

This is what I want: jsfiddle.net/zVLrb/ from: here But I do it by bootstrap, so I don't know-want to set the height as for example 200px but recognize aytomatically Thank for the answers...
Bbabis's user avatar
  • 195
0 votes
2 answers
81 views

How to stop repeat occurences of sliding up and down

I have a function that shows a form when you click on a checkbox, and hides it when you uncheck the box. The issue is if someone clicks rapidly multiple times on the checkbox, then it just keeps ...
Source's user avatar
  • 1,026
0 votes
1 answer
333 views

Jquery slideUp() slideDown() jump glitch, WordPress

I'm using jquery (v2.2.4) slideUp() and slideDown() to show/hide a <details> tag. Inside <details> are 3 divs with different content: one shows recent posts, another recent comments, and ...
liquidRock's user avatar
0 votes
0 answers
185 views

jquery - slideUp() stutters or even skips

I have build in some slideUp()-animations and slideDown()-animations but it stutters and looks like it would even skip the animations. $('#mainDetail').slideUp('slow', function() { $('#...
99Problems's user avatar
0 votes
1 answer
760 views

How to change animation name/type in jquery by a string name

This is the concept. what is the possible way to do this Here my code: var animationName='slideUp'; if(true){ animationName='fadeOut'; } $('.className').animationName(200,function(){ //callback ...
Manoj Kumar's user avatar
1 vote
2 answers
45 views

How do I select only my list items that aren't hidden using jQuery?

A really simple question I'm sure but... I have an unordered list, in which some amount of the list items have been slid up. I want to extract information from spans within the visible list items ...
dedaumiersmith's user avatar
0 votes
1 answer
23 views

Sliding Up divs in jquery

I have following divs <div class="OffersContainer"> <div class='special'>A</div> <div class='notspecial'>B</div> <div class='notspecial'>C</div> ...
Huma Ali's user avatar
  • 1,779
0 votes
2 answers
514 views

open submenus on click Jquery and still be able to click submenu li links

This works to open my submenus, but I can't click on any pages in the submenus, because when an li is clicked it closes the ul without opening the page from the submenu... thoughts? $('.menu').find('&...
angeladesign's user avatar
2 votes
1 answer
197 views

Slide Up on click

I have several divs on my Page. On Page load I want only the First div visible with a 'Show more' link. Then upon clicking the 'show more', I want to load first three divs and finally on clicking it ...
Huma Ali's user avatar
  • 1,779
0 votes
1 answer
9k views

a sliding up panel just like google maps app that have a middle state

I want the Exact thing that Google Map app has for its business pages. I'm using SlidingUpPanel (lib) in my project. I have a map activity and I want to have a sliding up panel like google map with ...
Marzi Heidari's user avatar
0 votes
1 answer
67 views

jQuery Animation - Multiple Elements

I have been trying to achieve an effect on a webpage which I have achieved once, but I want to apply it to multiple page sections. However I'm having an issue with positioning and getting the desired ...
Troy's user avatar
  • 211

15 30 50 per page
1
3 4
5
6 7
33