views:

46

answers:

3

Hi all,

I tried to search on net but I couldn't find any jquery simulators. By simulator I mean a page where I can write jquery code and see what it's executing, what is selected, how jquery selectors work etc.

Is there anything similar on net?

Thanx Marko

+1  A: 

use firebug with firefox you can edit in "realtime"

write script. styles etc... can't get any better than that :)

Val
The same is true for Chrome, if you're working on a page and not a test case this is by far the way to go, a great way to quickly edit the real thing.
Nick Craver
+3  A: 

I find jsfiddle.net to be an excellent tool for this :)

Here's a base fiddle I use which has jQuery, jQuery UI and a jQuery UI theme/CSS already included: http://jsfiddle.net/S8Lgp/

Here's a version with some simple content in it: http://jsfiddle.net/nick_craver/fjPAN/

You can use fiddle to test any of the major javascript frameworks with any HTML and CSS you want, in answering questions here as well as personal and professional use...well, I have yet to find anything better, or that comes close really.

Nick Craver
<3 jsfiddle.net. What a great way to share and test code.
hookedonwinter
+1, I have a window on that open now :)
Mark Schultheiss
wow, that was fast :)
Marko
+2  A: 

Just to provide an alternative. I really like JSBin

rockinthesixstring
wow, one more :)
Marko