Vergleich jscripts/validator.js - 1.4.10 - 1.4.16

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 144Zeile 144
						extra = "&" + options.extra_body + "=" + encodeURIComponent(this.getValue(options.extra_body));
}


						extra = "&" + options.extra_body + "=" + encodeURIComponent(this.getValue(options.extra_body));
}


					new Ajax.Request(options.url, {method:'post', postBody:"value=" + encodeURIComponent(value) + extra, onComplete: function(request) { this.ajaxValidateComplete(id, options, request); }.bind(this)});

					new Ajax.Request(options.url, {method:'post', postBody:"value=" + encodeURIComponent(value) + extra + "&my_post_key=" + my_post_key, onComplete: function(request) { this.ajaxValidateComplete(id, options, request); }.bind(this)});


return "loading";
break;


return "loading";
break;