ISL- Blog Assignment 2: jQuery Script
Simple jQuery Script
It’s a good thing, that this is just my home base blog to which I can say or write about anything I wish to.
For this week’s project, I had to modify an example jQuery script so I could see the type of functionality and interactivity that jQuery can provide on web pages. We used the services of http://jsfiddle.net/.
Assignment: Delay = Change the text in the HTML from “test” to something else; change the background color in the CSS; change the delay to 3 seconds instead of 1 second (1000 milliseconds).
Below the following description is a link to my finished rusults.
jQuery Script; .delay( duration [, queueName] )
Description: Set a timer to delay execution of subsequent items in the queue.
It allows us to delay the execution of functions that follow it in the queue. It can be used with the standard effects queue or with a custom queue.
With my simple demonstration a timing delay of 3000 milliseconds before text appears.
Before and after:
Link to my results: http://jsfiddle.net/pennyreis/r7MgY/11263/embedded/result/
Another Example would be to: Animate the hiding and showing of two divs, delaying the first before showing it.
Cited:
http://api.jquery.com/delay/
Remember; you were meant for great things, so learn as much as possible and always follow your dreams!














