slidedown
jQuery - overwrite delay() action?
I have this code for an error message that overlaps the page. I just added the click listener - I want it to skip the delay and close right away if it\'s clicked. However, nothing happens. If I use .h[详细]
2023-02-22 15:49 分类:问答why this slideUp/slideDown is not working with jquery?
why slideDown does not work in this code $(\".btn-more\").click(function(){ if ($(this).parent().is(\".open\") ) {[详细]
2023-02-22 04:18 分类:问答Jquery slidedown not sliding; instead, replacing
I am trying to write a little script that - one by one - grabs some pre-made divs out of an array of divs, puts them on the page, and then slides each of them down. The goal is to end up with somethin[详细]
2023-02-21 09:51 分类:问答hide + load + slideDown(), can't see the effect
Intro, I\'m trying to write a new fun开发者_StackOverflow社区ction to load content using the slideDown() effect from Jquery[详细]
2023-02-21 03:44 分类:问答Problem with jerky animation in jQuery
Ive done this a number of times with no problem but for some reason it is a problem on Here. The slide down will begin to work (1/3) normally and than all of a suddenly jerk and finish the animation.[详细]
2023-02-17 18:05 分类:问答jQuery help with jumpy slidedown menu
I have this code written in jQuery to have a simple on hover slide down menu.It works, however it is sometimes very jumpy.When you slide your mouse over it at a certain spot or a bit fast, it will jum[详细]
2023-02-17 01:34 分类:问答SlideDown event not worked in IE Browser(Version 7)
I made a site but there something wrong in IE7 I have a navigation and when I click on a li-element all the li\'s slideup and the matching div slidesdown.[详细]
2023-02-14 00:46 分类:问答load data only when slide down with jquery
I have a link that when user clicks on it some data loaded into a div. I want to display waiting message to user until the data fetch completely from server and then show it to user.[详细]
2023-02-11 07:42 分类:问答jQuery box height problem - using slideUp/Down
I have a box on my site that when a button is clicked, the box slides up, some new text is loaded into it, and then it slides down revealing the new text. Here is the code I have written for it in jQu[详细]
2023-02-10 15:59 分类:问答jQuery slideDown slideUP - hide button
I am trying to write a very simple slide up and slide function that hides the buttons after they are pressed, but I have little javascript skill and am surely doing something silly.[详细]
2023-02-06 13:49 分类:问答