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

All Questions

Tagged with
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
0 votes
1 answer
144 views

Animating multiple elements inside another element

So I have container and inside there is yui library with 5 divs. This divs are menus. So what i want to do is that when I move mouse over div only this one will animate UP and when I move mouse ...
user3062657's user avatar
0 votes
1 answer
1k views

Convert slide up footer to slide in

£50.00 if some one can help me with this I have found this simple slide up footer http://return-true.com/examples/slidefooter2.html and wonder if any one can convert it to slide in from the left of ...
user3034505 Steve K's user avatar
-1 votes
1 answer
1k views

Jquery slideDown / Slide up menu

I ma trying to make a sliding menu. I want hovering on logo-container to slide it up and when animation is finished slide down menu. When the mouse will be out of logo-container menu will slide up ...
Viktors's user avatar
  • 935
0 votes
3 answers
2k views

Jquery, slideup() but do not remove element

I've got an app that looks like a Windows desktop. There are icons that open draggable windows (divs) which display the content. When I close a window, this happens: $('#element'+boxId).animate({...
I wrestled a bear once.'s user avatar
0 votes
2 answers
310 views

slide each div up with individual 'button' jquery

I've got a set of full width/height divs with a 'button' at the bottom of the browser window to slide down to the next div. the basic HTML is <main> <div class="a"> <div ...
Stuart Robson's user avatar
0 votes
1 answer
2k 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 ...
user2227738's user avatar
0 votes
1 answer
2k 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 ...
Tngld's user avatar
  • 153
0 votes
1 answer
1k views

jquery $.slideUp() works well, but $.slideDown() doesn't work at all

Guys I've seen jQuery: slideUp() delay() then slideDown; not working, I exactly coded: $('.flash_message').slideDown(800).delay(5000).slideUp(1000); but the slideDown doesn't seem to work. In other ...
Mohammad Naji's user avatar
1 vote
1 answer
764 views

Jquery slideToggle not opening fully after stop called

I have an issue with a toggling animation with JQuery. I have a menu, which has subitems, which slide open on hover of the main item. This I can achieve fine, however, for a long list of items, I ...
CodePB's user avatar
  • 1,756
0 votes
3 answers
283 views

How can I improve the sliding effect on my website header?

This is how I made the sliding effect on this page: dmg-01.net: $(document).ready(function(){ $(".trail-text").attr("style", "display:none;"); if ($("#one,#two,#three,#four,#five")) { var ...
Juanma's user avatar
  • 31
0 votes
2 answers
304 views

jQuery: slideUp.delay.slideDown - cancel with button?

i don't get why this won't work. function notificationBoxOutput(type, message) { var noteBox = $('.notificationBox'); noteBox.slideDown( function() { noteBox.delay(2500).slideUp(); ...
matt's user avatar
  • 43.8k
1 vote
4 answers
2k views

jQuery: slideDown does jump

i have the following function. function notificationBoxOutput(type, message) { if (type == "success") { $('.notificationBox').removeClass('warning').addClass('success'); } if (type == "...
matt's user avatar
  • 43.8k
2 votes
2 answers
76 views

What is causing this simple animation script to animate improperly?

I cannot seem to figure out what is making this script go wrong... You can find a properly animated version of the script here... http://jsfiddle.net/tTJaM/21/ You may find the live project version ...
Penumbra's user avatar
0 votes
2 answers
150 views

Temporarily adjust height of element on hovering

I have a <h3> tag with limited height (100 px for example, position: absolute) and the text overflows it. What I would like to do is slide it down over to the height that is needed when the ...
Atif's user avatar
  • 10.9k

15 30 50 per page