parameters.action in this.ajaxcall
Posted: 02 April 2013, 21:57
In this.ajaxcall( url, parameters, obj_callback, callback, callback_error ) if the paramaters object has a property named action, does it affect the ajax call?
It seemed to cause trouble when I tried this:
It seemed to cause trouble when I tried this:
Code: Select all
this.ajaxcall("/gearnpiston/gearnpiston/chosenBackAlley.html", {action: 'something'}, this, function(result) {}, function(is_error) {});