jsFiddle (alpha)
Library tag attributes
Title
Description sending a JSON request to the jsFiddle backend. Later on parse and display the data.
Body Tag
DTD XHTML 1.0 Strict XHTML 1.0 Transitional HTML 5 HTML 4.01 Strict HTML 4.01 Transitional HTML 4.01 Frameset
To make Ajax calls possible there are two back-end views written. /ajax_json_echo/ for JSON and /ajax_html_echo/ for HTML. They both wait 2 seconds before answering to simulate web latency. HTML one may contain the JavaScript.
/ajax_json_echo/
/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'
ElementStacks , Delay , jquery tweets
Delayed Mouse Tracking
ElementStack , Delay , Request.JSON , Request.HTML , Enhanced form
Delay
YQL/YUI3/Twitter example
jsFiddle is an evolution of MooShell, official MooTools project.
Created and maintained by Piotr Interface design by Oskar
Share
Embed on your page
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.