I know there was website I once saw that permitted me to interactively play with Javascript and JQuery. It had an IDE, a render pane and a result debugger thing too. Does anyone know what it was called or anything like this?
closed as too localized by phwd♦ Jul 16 '11 at 22:26
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Was it jsFiddle?
|
||||
|
|
|
Another option besides jsFiddle is jsbin.com. You can even save your experiments under a public URL, so that others can view and edit your creation. |
|||||
|
|
If you're using Firefox, install FireBug, and then FireQuery. Then on any webpage, open FireBug (bottom right), and enable the console (should be a little down arrow by "Console"). From here you'll see a button "jQuerify". Clicking it will inject jQuery into the current page. You can type whatever jQuery-dependant JavaScript you want into the command-line. |
|||
|
|
|
If you are using FireFox you can use the FireBug Add-On. Press f12 on either platform to activate it. There is a Javascript console in lets you interactively enter java script commands. |
|||
|
|
|
It's not a web app, but take a look at jQueryPad. It's a downloadable application you can use to quickly build and test your script and markup. |
|||
|
|

javascript:alert('hello');– theycallmemorty Jul 20 '10 at 19:24