Did you ever try to play image sequences, maybe frame by frame animated cartoon or any sequences with Javascript?
Category: HTML5, CSS & JavaScript
Navigating previous and next page based on file name number
Do you have sequental html pages named from 1.html to 100.html (or whatever the number) and you want to navigate between them? With this javascript code you can navigate to next and previous page easily.
Easily change style & CSS source using Javascript
If you have several CSS file as your web theme, then you must allow your user to switch between one of them. Here is the simple way using Javascript to switch CSS source:
Sticky Find in Page Toggle with Jquery and CSS
Searching and finding some text in a single web page using JavaScript is easy.