Categories

Updated: 03/14/2007

Emulating the PHP foreach(){...} in javascript

Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript.
Similar Scripts for "Emulating the PHP foreach(){...} in javascript"

DS Snow Script

This JavaScript allows you to display a snow effect on the background of your Web page. The script includes a HTML code generator that allows you to change parameters without any knowledge of JavaScript and HTML programming.

Fading in text using the DOM

This tutorial explains how to create text fading effect utilizing JavaScript and the new DOM of IE5/NS6.

Cool Table Menu

This JavaScript creates a cool table menu with highlight effect and a textual description of the link the mouse is over.

Pop-up Windows

JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-...

Alphabet Soup

This is an interesting visual effect JavaScript. Using sine and cosine functions this JavaScript allows you to rotate each alphabet letter in a circle continuously. Every so often all the letters gather together in a center, and then get scattered again.
©2003-2008 jCay.com