polyrhythmic schrieb:
If you need to store just key/value pairs mapped to an element, why
not use the new jQuery.data method (aka "Expando Management")?  I'm
using this in a caption plugin I'm writing to store the id of the
caption element to its image.  The code is fast and has been working
super smooth for me, I prefer it to a global lookup table.  It's easy
to miss the documentation for it, I only see it here:

http://docs.jquery.com/Release:jQuery_1.2/Internals
Wanted to add that, too. That really needs some attention documentation-wise.

For the metaDone check: I've commited a fix that checks metaDone first: http://dev.jquery.com/view/trunk/plugins/metadata/lib/jQuery/metadata.js

-- Jörn

Reply via email to