String.prototype.ucfirst = function()
{
// Split the string into words if string contains multiple words.
...
JavaScript ucfirst
by Ali Karbassi,
October 08, 2007 22:41,
7 refactorings
I'm wondering if this could...
JavaScript On Simple Form Validation
by Ali Karbassi,
October 04, 2007 08:27
Travis: I love jQuery and a...
Object.extend(Date.prototype, {
isLeap: function()
{
...
JavaScript On Is this year a leap year?
by Ali Karbassi,
October 02, 2007 19:03
Going of what "br" said and...
function getElementsByClass(searchClass, node, tag)
{
...
JavaScript Simple Form Validation
by Ali Karbassi,
October 02, 2007 18:55,
11 refactorings
All this does is check to s...
Owen:
According the Wikipe...