Enumerate Any JavaScript Object

2004-12-21 23:31 - Bookmarklets

This nifty little bookmarklet will reveal to you all of the properties of any JavaScript object. Try it out on 'window'. It lets you browse through the object enumerating any of the child objects or arrays. It's mostly compatible with IE and I'm not in the mood to deal with that crappy browser, so Firefox users enjoy!

EnumIt

Comments:

Update, fix array
2004-12-25 13:34 - arantius
This update fixes clicking down into arrays.
EnumIt
Update to EnumIt+
2005-01-03 02:30 - arantius

Here's a fresh new update, courtesy of my temporary insomnia. This update is for Firefox only (hence the minor name change). It is too long for IE to handle. Perhaps you should Get Firefox.

This update adds two features. The first keeps the window from popping under the current window. You must have your javascript advanced options set to allow raising/lowering windows for this to work (it is by default). The second feature is much more exciting: function execution! For all functions, clicking it will give you a prompt for arguments. Leave it emty if there should be none, else pass exactly what you would if you were calling the function from plain source, quotes, commas, and all. It will then alert the return value if there is any. Perhaps it should alert it no matter what?

EnumIt+

Post a comment:

Username
Password
  If you do not have an account to log in to yet, register your own account. You will not enter any personal info and need not supply an email address.
Subject:
Comment:

You may use Markdown syntax in the comment, but no HTML. Hints:

If you are attempting to contact me, ask me a question, etc, please send me a message through the contact form rather than posting a comment here. Thank you. (If you post a comment anyway when it should be a message to me, I'll probably just delete your comment. I don't like clutter.)