MooShell (local)
Title
Description
Body Tag
DTD xhtml strict
To make Ajax calls possible there are two back-end views written. /shell/ajax_json_echo/ for JSON and /shell/ajax_html_echo/ for HTML. They both wait 2 seconds before answering to simulate web latency. HTML one may contain the JavaScript.
/shell/ajax_json_echo/
/shell/ajax_html_echo/
To use them just make an Ajax request using above URLs. JSON will return everything from POST and GET in the form of:
{ 'post_response': {}, 'get_response': {} }
HTML will return the HTML code provided in POST 'html' key. Please do follow examples.
'html'
Delay , Request.JSON , Request.HTML , Enhanced form
MooShell is an official MooTools project. It is open source software. Code is hosted on GitHub.
Created and maintained by Piotr Interface design by Oskar Tested by #mootools community
All code belongs to the poster and no license is enforced
We are not responsible or liable for any loss or damage of any kind during the usage of provided code.