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 a fade or an effect, but whatever works. Can you please point me in the right direction or help me out?
feedback
|
|
Here is how to loop without setTimeout or setInterval
| ||||
|
feedback
|
and if you want to take it further
| |||||||
feedback
|
|
You can call the function with setTimeout as well Edit: Here is the tweaked demo, without a click and with interval Edit 2: Copy pasted the code here in case jsfiddle goes down.
| |||||||||
feedback
|
you can implement changetext to have an array of strings on which you iterate inside the next function:
| |||
|
feedback
|
|
Put your content, that you want to fade in (we can name it
| |||
|
feedback
|