My own personal library of JavaScript & jQuery extensions. Use at with caution.
Array.unique()
Date.add[Years|Months|Weeks|Days|Hours|Minutes|Seconds]()
Date.get[Day|Month]Name()
Date.getWeek()
Date.format('d D j l N S w z W F m M n t L o Y y a A B g G h H i s u e I O P T Z c r U') // same as PHP date format
Element.defaultPX()
Element.hasScroll()
Element.selectText()
location.base
location.control
location.page
location.params
Math.average()
Math.difference()
Math.max()
Math.mean()
Math.median()
Math.medianMinMax()
Math.min()
Math.minMax()
Math.mode()
Math.product()
Math.quotient()
Math.range()
Math.sum()
Math.runExample()
Math.rand()
Object.join()
RegExp.escape()
String.flip()
String.matchUrl()
String.reverse()
String.reverseWords()
String.similarTo()
window.position()
delay()
dump()
winFocus()
winOpen()
localStorageHelper
$.childrenRange('selector') || $('selector').childrenRange()
$.findInRange('selector') || $('selector').findInRange()
$.outerHTML('selector') || $('selector').outerHTML()
$.date()
$.jQRSS()
$.ui.stylizeInputs() // $('selector').stylizeInputs(); // Global Options @ $.stylizeInputs
Also includes statement that makes jQuery Modal Dialogs close when clicking on background.