Friday, January 20, 2006
With the recent mania over Web 2.0 and one of it's common bretheren, AJAX (BTW, Web 2.0 doesn't specifically dictate AJAX), there has been quite a proliferation of JavaScript frameworks (and frameworks built upon frameworks): prototype, moo.fx, MochiKit, DoJo, and more...
1/20/2006 1:16:49 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Thursday, January 19, 2006
This is a convenient Javascript function that returns a value from a string of delimited values based upon the position index specified.
1/19/2006 7:25:22 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, November 02, 2005
Here is a free JavaScript trim() function for your use. Trim is a common function in other languages' syntax that removes leading and trailing spaces in a string. It does not exist in JavaScript as a built-in String function.
11/2/2005 5:17:57 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |