Vergleich jscripts/validator.js - 1.6.1 - 1.6.13
Zeile 144 | Zeile 144 |
---|---|
extra = "&" + escape(options.extra_body) + "=" + encodeURIComponent(this.getValue(options.extra_body)); |
extra = "&" + escape(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)}); |
|
|