Optimization jquery.spinner.js:
* In prototype functions this refers to the main object (hence 'return this;' at the end), no need to initialize a jQuery object ike ( this );
* Using .length instead of casting a boolean (which may not work as expected) |