Questions tagged [jquery-slide-effects]

39 questions
7
votes
2 answers

jQuery slidetoggle not working?

http://jsfiddle.net/nKUgA/2/ I'm just trying to make a small box slide down from the pictureControls div which acts as a button, but slideToggle is doing nothing-- it just sort of glitches into place and back again. Read a ton of other similar…
temporary_user_name
  • 35,956
  • 47
  • 141
  • 220
5
votes
4 answers

Issue with jQuery's slideDown()

Check this code: http://jsfiddle.net/ZXN4S/1/ HTML:
3
votes
5 answers

jQuery hover to slide?

Check the bottom for revised edition Alright, here's the issue. I have a li with a div inside, and I'm trying to hover the li to get the div to slide up into view. Here's the HTML:
  • title

    uurrnn
    • 57
    • 1
    • 8
  • 2
    votes
    2 answers

    jQuery slide up/down content on mouse over/out after two seconds - bug

    When mouse is over the image, span content slides down after two seconds, also when I move cursor out of image, after two seconds span slides up, that's work fine. I want to span be displayed if someone move mouse over that span too, and there my…
    luka
    • 162
    • 1
    • 11
    2
    votes
    2 answers

    Using slideup , slide down jquery effects for drop down menu

    I have got a drop down menu which works fine but i want to add some jquery effects like animation , slideup, down , currently i m using visiblity hidden & visible to show the ul , how can i use other effect on it , below is the code :
    Mr A
    • 6,448
    • 25
    • 83
    • 137
    2
    votes
    1 answer

    BX Slider is not working for RTL ARABIC TRANSLATION

    I am working on language translation for a webpage, I have used Google Translate with BX slider plugin. When text direction is left-to-right, the whole slide is working fine, but for Arabic I require right-to-left. Slider is not working. Here is the…
    2
    votes
    1 answer

    jQuery slide - divs aren't sliding in next to each other

    I'm using jQuery's slide effect to transition between elements. It'll be easiest to show you the jsfiddle The menu links don't do anything. If you click on the "Details" link, you can see the problem. I'm attempting to use "slide" to simultaneous…
    nzifnab
    • 15,876
    • 3
    • 50
    • 65
    2
    votes
    1 answer

    jQuery sliding header and changing image

    I am trying to create a function that animates the header from right to left, and then left to right. You can see the start of it here: http://opportunityfinance.net/Test/financeforum2013/ When the page loads it begins to slide the header to the…
    Solomon Closson
    • 6,111
    • 14
    • 73
    • 115
    1
    vote
    2 answers

    Hesitation in animation with jQuery slideToggle

    I am trying to do a simple jQuery slideToggle() on a DIV containing text and have found the animation to be very sluggish (seems to hesitate) as the slideDown animation nears the bottom of the sliding DIV. Code and example of this may be found here.…
    NightMICU
    • 9,000
    • 30
    • 89
    • 121
    1
    vote
    2 answers

    How to achieve the same effect as slideIn (MooTools) for Jquery?

    Here is the effect I am after? Unfortunately, jQuery's slideDown() effect isn't the same. This is the effect that I am after (Code and demo is located at jsFiddle). I am aware that jQuery has an animate() method. But what exactly should be involved…
    Christian Fazzini
    • 19,613
    • 21
    • 110
    • 215
    1
    vote
    1 answer

    Use JQuery to animate one div over another

    I have reviewed lots of other posts so please mods this is NOT a duplicate because the other posts do not answer my query. I have the following HTML:

    Page One

    Page…
    1
    vote
    1 answer

    jquery toggle slide does not slide correctly only the first time

    Thats my codepen: http://codepen.io/helloworld/pen/pvPzLa When you press the left/right chevron button to slide the div does not slide to the right BUT from the right to the left the first time. I know the cause is that I set the visibility property…
    Pascal
    • 12,265
    • 25
    • 103
    • 195
    1
    vote
    0 answers

    Sliding (on hover) search box on touch devices

    I have a search button. When you hover it textarea slides to the left. If you click it, it searches the term. Anyway, how can I optimize it for touch devices? I tried making it slide on first touch and search in second touch but I wasn't able to do…
    user3225683
    • 43
    • 1
    • 5
    1
    vote
    3 answers

    sliding multiple elements on click

    i have a vertical menu bar which contains sub menu. There are 9-10 menus and each menu contains 3 sub menus. what i need if menu 1 is open and someone click on menu 3 menu 1 should close & menu 3 will open $('#nav li a').click(function(){ var…
    Atal Shrivastava
    • 674
    • 1
    • 9
    • 35
    1
    vote
    2 answers

    jquery slide's for step method

    Am using jquery slide(down/up) effect for a step process there i struck.i don't know how to slide up the id if it was not selected are used see my fiddle it clear my doubt $(function(){ $('ul.new_checkout li > .title').on('click',…
    user1999510
    1
    2 3