joerichsen / jquery-methods forked from vitch/jquery-methods

Provide useful extra functionality to base JS objects (e.g. Array, String, Date etc) for use with jQuery

This URL has Read+Write access

name age message
file README.markdown Thu Aug 06 06:18:53 -0700 2009 Fixed the readme file so that the Authors names... [Kelvin Luck]
file array.js Tue May 22 01:22:25 -0700 2007 fix two copy & paste errors in the documentatio... [engelschall]
file date.js Loading commit data...
file date_be_utf8.js Mon Jun 23 02:59:12 -0700 2008 Date methods: Updated contributed Belarussian l... [kelvinluck]
file date_da.js Tue Sep 15 04:12:41 -0700 2009 Support for Danish dates. [joerichsen]
file date_de.js Wed Aug 27 13:35:52 -0700 2008 date methods: added pt-br localization, fixed o... [joern.zaefferer]
file date_el.js
file date_es.js Wed Aug 27 13:35:52 -0700 2008 date methods: added pt-br localization, fixed o... [joern.zaefferer]
file date_fr.js Wed Aug 27 13:35:52 -0700 2008 date methods: added pt-br localization, fixed o... [joern.zaefferer]
file date_it.js Wed Aug 27 13:35:52 -0700 2008 date methods: added pt-br localization, fixed o... [joern.zaefferer]
file date_nl.js Fri Aug 15 16:50:29 -0700 2008 Date methods: Added localisations for Netherlan... [kelvinluck]
file date_pl.js Sun Sep 16 15:48:01 -0700 2007 Renamed the polish localisation file to the cor... [kelvin.luck]
file date_pt-br.js Wed Aug 27 13:35:52 -0700 2008 date methods: added pt-br localization, fixed o... [joern.zaefferer]
file date_ru_utf8.js Fri Nov 09 07:35:22 -0800 2007 Added Russian date methods localisation files (... [kelvin.luck]
file date_ru_win1251.js
file date_se.js Fri Aug 15 16:50:29 -0700 2008 Date methods: Added localisations for Netherlan... [kelvinluck]
file date_ua_utf8.js Mon Dec 10 12:44:04 -0800 2007 Added date localization for locale 'ru-UA' (Ukr... [kelvin.luck]
file methodsTest.html Thu May 08 12:51:04 -0700 2008 ui and various plugins: moving to QUnit git-sv... [joern.zaefferer]
file string.js Thu Jun 21 15:18:37 -0700 2007 then -> than git-svn-id: http://jqueryjs.googl... [joern.zaefferer]
README.markdown

jQuery methods

A set of files to provide additional functionality to built in JavaScript objects (e.g. Array, Date and String) for use with jQuery.

These methods were previously hosted in the main jQuery repository but that is now reserved for core jQuery code so I've imported their history to github for future hosting and development.

Authors