I've tried various javascripts to accomplish a very 'simple' task, but i can't get it to work. I hope one of you can help me.
I have a simple mySql database with oneliners. I would like to show these oneliners in a random order with a fade in / fade out effect with a timed interval.
Do anyone of you have a (simple :D ) solution to do this?
You can create an array in JavaScript with all of the one-liners that you want to show and then write a function that gives you a random number using “Math.random()†but make sure that it does not gives a number greater or smaller than your arrays length. After that just use that number and get the text on that index in the array. To fade it in & out you can use jQuery which is very simple.
You can create an array in JavaScript with all of the one-liners that you want to show and then write a function that gives you a random number using “Math.random()†but make sure that it does not gives a number greater or smaller than your arrays length. After that just use that number and get the text on that index in the array. To fade it in & out you can use jQuery which is very simple.
Uba, Thanks a lot. I've impemented this and it works. Just the jQuery thing isn't clear yet, but i'll look into this. Again, thanks a lot.
I am glad to be of any help, for jQuery all you need to do after including the main jQuery script file in you html is to write something similar to this:
I found the perfect plugin for jQuery to do what i wanted to do. Its called innerfade. http://medienfreunde.com/lab/innerfade/ Thx everyone for your help.
I have a simple mySql database with oneliners. I would like to show these oneliners in a random order with a fade in / fade out effect with a timed interval.
Do anyone of you have a (simple :D ) solution to do this?
gr. Bert
And I think you'd have to put some sort of switch div or w/e as well after the fade
Anyone else have ideas?
gr. Bert
Uba,
Thanks a lot. I've impemented this and it works. Just the jQuery thing isn't clear yet, but i'll look into this.
Again, thanks a lot.
gr. Bert
http://medienfreunde.com/lab/innerfade/
Thx everyone for your help.
gr. Bert