Add new items to array – JavaScript

June 27, 2011 by satz  
Filed under JavaScript, Scripts

Add new items to array – JavaScript

This article shows how to add new items to an array. To add new items to an array, you need to use .push() method. The push() method adds new elements to the end of an array. Below is the syntax to use .push() method. Read more

How to get last date of the month – javascript

May 16, 2011 by satz  
Filed under JavaScript, Scripts

The following function will return the last date of the month. This function is very much useful while calculating the last date of a particular month. The arguments passed into the function should be number.
Read more

Get and Set the select box value

November 24, 2010 by Shivaprasad  
Filed under JavaScript, Scripts

Learn how to Get/Set the value from the select box or combo box using JavaScript! In this article, we have two simple functions which will do that job.

 Read more

Next Page »