Top Javascripts, Co.
 

Featured Javascripts



Recent Javascripts



Categories


Search Javascripts

seperate keywords with a comma.
Displaying 0-10 of 37 total Javascripts on page 1 of 4

AJAX Object

Submitted: May 14, 2008 | Comments: off

This bare bone AJAX function is tighty woven to allow for further development or to be used as a basic need for an AJAX routine. … [read more]

javascript search array

Submitted: May 14, 2008 | Comments: off

Javascript has no built in function to search an array - instead you will need to use a prototype to extend javascript remedying the need for an array searching function.   … [read more]

javascript numeric sort

Submitted: May 14, 2008 | Comments: off

Javascript's Array object has a sort() method, and a pretty quick and fast one at that. Unfortunately, by default, it only sorts alphabetically. Which means if you pass it an array of numbers it will sort the array alphabetically instead of … [read more]

javascript trim function

Submitted: May 14, 2008 | Comments: off

Trimming a string of text is a very common function, its a wonder that it was never included with javascripts to begin with. … [read more]

toggle() display

Submitted: May 14, 2008 | Comments: off

If you have ever wanted a function to toggle the display of an element simply, your going to love this. … [read more]

Get Cookie, Set Cookie & Delete Cookie

Submitted: May 14, 2008 | Comments: off

If your looking for a better way to manage your cookies in javascript, look no further than these 3 functions. getCookie(), setCookie(), deleteCookie() With these functions you have complete control over the cookies on your website. If you are fami … [read more]

Fly-In DHTML Window

Submitted: May 13, 2008 | Comments: on

THis cool little script will turn any div into a fly in window automatically. As shown on: The Yellow Pages Network - The Yellow Pages Network.com - Let Your Mouse Do The Walking! Bid Rent - The Rental Market Place … [read more]

Check if its a number (Requires NS 4.x or IE 4.x)

Submitted: May 13, 2008 | Comments: off

This script checks the contents of a form box to ensure that its a number (updated to accept demicals). If not, the submission of the form is canceled, and the surfer prompted to re-enter a valid number. This script requires NS 4.x or IE 4.x to fu … [read more]

Fullscreen Mode Popup

Submitted: May 13, 2008 | Comments: off

This will open a popup that will span accross the screens entire resolution. Important: Remember to press Alt-F4 to close it after its open.     … [read more]

Close Window Button

Submitted: May 13, 2008 | Comments: off

This function will allow you to close the window. … [read more]

 

Powered by: StoneRaft.com