|
Displaying 0-10 of 37 total Javascripts on page 1 of 4
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] 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] 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] 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] 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] 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] 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] 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] 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] Submitted: May 13, 2008 | Comments: off This function will allow you to close the window. … [read more] |