Is jQuery is right choice for me?
Hi,
I'm new to jQuery/Javascript.
I'm trying to find a way making following result on building my website. As an example;
I expect that following sentence;
"It is a beautiful world"
won't popup/blink/display on screen at the same time. It'll display character by character as;
I
It
It i
It is
It is a
.....
It is a beautiful world (finally)
The sentence will remain on the screen for a duration of x seconds and repeat.
Would jQuery be the right way for me? If YES, please advise how/where shall I start. If "NO" please inform me where I have to look for a solution.
Thanks
B.Rgds
satimis