Date.prototype.addBizDays = function(n){
 var day = this.getDay();
 var d =  new Date();
...

JavaScript Business Days

by 3nz0, January 23, 2010 21:51, No refactoring, tagged with javascript date, javascript prototype

The function add or substra...

Fa876f707d4e3f879985bfd748c6f0d7 Talk
if ($('invoice_discount')) {
  	    this.invoice_discount = this.form.down('#invoice_discount');
		    this.invoice_discount.observe('change', this._checkFormat.bindAsEventListener(this));
...

JavaScript Need help with creating a loop

by chipcastle.myopenid.com, November 01, 2009 18:37, 5 refactorings, tagged with javascript prototype

I have the following code t...

31e2b397e15442a2d3ba42db7bd4584e Talk