For Google Chrome there is a extension
Chrome Query which allows me to view jQuery data (it’s still an experimental
extension).
Chrome Query:Extends the Developer Tools, adding a
sidebar that displays the jQuery data associated with the selected DOM element.
To install the Chrome Query extension:
- First enable the experimental API support in Chrome. Start Chrome, Go to chrome://flags, find "Experimental Extension APIs", click its "Enable" link, and restart Chrome. From now on, unless you return to that page and disable experimental APIs, you'll be able to run extensions that use experimental APIs.
- Download the extension from http://code.google.com/chrome/extensions/trunk/samples.html#924f75a201bb0ec8d6c0b1c9c88c679ea211c93d.
- Extract the package
- Browse in chrome to chrome://settings/extensionSettings
- Click on Load unpacked extension
- Select the folder where you extracted the extension and click OK.