prototypejs / prototype

Prototype JavaScript framework
http://prototypejs.org/
Other
3.54k stars 639 forks source link

Enhance the AJAX responder to invoke methods on AfterComplete or so #270

Open jwestbrook opened 9 years ago

jwestbrook commented 9 years ago

previous lighthouse ticket #1255 by Ravi Teja


The ususal call sequence of AJAX responder is the reponder function is called first and later the Ajax request function.

Consider the Ajax responder has registered for onComplete and the Ajax request has also a function binded to onComplete. I have to call the responder function after the Ajax request onComplete function has finished. This is not possible as of now and I request you to include this feature.