Questions tagged [jquery-effects]

For questions related to animating elements using jQuery effects.

290 questions
0
votes
3 answers

twitter bootstrap modal hide show effects

I've got elements in a twitter bootstrap modal that I want to hide and replace with others. The hide and show work, but trying to add an effect - slide for example - doesn't. Does anyone know how to do this?
Edward
  • 3,319
  • 2
  • 25
  • 41
0
votes
2 answers

bxSlider and custom effect

I am using http://bxslider.com and I want to remove all effects. To be clear, I want effect like hide() and show() bewteen my images, just that. Is anything like this possbile to do? Thanks!
consigliere
  • 73
  • 3
  • 11
0
votes
1 answer

JQuery show() function not working

I have the following JQuery code: jQuery(document).ready(function($) { var retrievedList = [ { "id" : "one", "content" : "toto" }, { "id" : "two", "content" : "titi" }, { …
balteo
  • 20,469
  • 52
  • 196
  • 362
0
votes
2 answers

How can I run some code when a ajax call is complete in jquery?

I have a div that contains some content. I want this div to be able to slide up and download some new content. When the content has been loaded via ajax, I want the div to slide down again and show the new content. I know how to handle each piece…
0
votes
1 answer

jquery text slide effect like in google+ Event

I'm searching for an text slide animation plugin for jquery or some tips how to do this by my self. The animation I like to use in my own projects is this: https://plus.google.com/events/cq5653ic2pdnqmkiti7tt192n34/111697084657487423167 To see…
0
votes
3 answers

Jquery slider function

I'm trying to get the "Tell a friend button" on this page to return to its original position when the user clicks on "Close," but it does something different. It open slides out when you click on it and I want it to do the opposite when the user…
Dz.slick
  • 413
  • 1
  • 4
  • 19
0
votes
1 answer

Add a jQuery UI show effect to UI tabs

Summary: Got JQuery tab implemented. Simply want to add an effect to the tab. HTML code:
0
votes
1 answer

slideDown multiple times

I have a click event handler where I want a hidden div to slide down. I have achieved this, but rather than using a toggle and have it slide up on the additional click, I would like it to slide down again. So, rather than slide down, slide up I want…
0
votes
2 answers

Fade Out the background only

When I click the button the hidden image is shown. The problem I have is that I want the (now) background to be faded or blackened and what is happening is that everything is faded including the shown image. show hidden image How to fadeOut only the…
Clodoaldo Neto
  • 98,807
  • 21
  • 191
  • 235
0
votes
1 answer

Effect of shaking the browser screen by javascript

How do I make the effect of shaking the browser screen by javascript? On googling, I found codes involving window.moveBy(x,y) which don't seem to work. I tried them. Any library or piece of code which would help me implement this kind of…
gopi1410
  • 6,148
  • 8
  • 38
  • 73
0
votes
1 answer

jquery slideshow effect

This effect can be found in jquery plugins for slideshow? http://www.rotapanel.com/trivision-anime/trivision_anime.swf such as: Nivo Slider, ColorBox, Slides, Coin Slider, ... If not found, Can it be simulated? thanks, inmoon
inmoon
  • 11
  • 1
  • 5
0
votes
1 answer

Jquery always trigger mouseenter

I can't get Javascript to work. Every time I enter the div (mouse up the element) jQuery fire continuously. Jquery jQuery(document).ready(function($) { $('#banner-roxo .text').hide(); $('#roxo-um').mouseenter(function() { …
Gabriel Santos
  • 4,800
  • 2
  • 40
  • 72
0
votes
2 answers

jQuery UI show using slide animation jumps to full height before animation starts

I am trying to create a simple message that slides in and "elegantly" slides the content below it down while it slides in. The problem that I'm having is that the content below the message isn't sliding elegantly, it's "jumping" to the full height…
streetlogics
  • 4,379
  • 30
  • 29
-1
votes
3 answers

run $.ajax() when end typed with format specified. how is it?

i want, when user typed, 0000/00/00(it is format date) after the end of typing run anything(example: AJAX CALL), how is it? like: if user typed: 2011/05/04 -> run: $.ajax()... if user typed: 2011/05 -> not run: $.ajax()... ... only thing for run…
Me hdi
  • 1,454
  • 4
  • 19
  • 31
-1
votes
1 answer

How implement text-carousel for large text in small spaces with jQuery?

I would like a long text to be displayed dynamically in a div with small width. I have seen this effect on some mobile phones: When it show last part of text, the carousel effect change of direction and start again. I can´t find any plugin or…
SerchRac
  • 141
  • 1
  • 11
1 2 3
19
20