Tagged Questions
1
vote
5answers
226 views
Timed text swap?
is it possible to swap a paragraph of text with javascript/jQuery?
I want a delay timer of about 5 seconds, and then the text should swap to something else, like a image slide. Would be awesome with ...
1
vote
4answers
3k views
Using JQuery, how can I make a <div> appear, then add some html, then remove the html and then hide the div?
<div id="message" style="display: none">
<!-- Here I want to place a message. It should be visible for 3 seconds.Then clear the div to get ready for the next message. -->
...
0
votes
1answer
432 views
jQuery timed link animation - in time with slide show
My problem is this: I have a jQuery slideshow which fades in/out a list of images. I need to, if possible have a set of links alongside this slide show which grow or zoom slightly in time with the ...