|
Displaying 0-3 of 3 total Prototypes Javascripts on page 1 of 1
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] |