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
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.