[jQuery] [metadata] Defeat the default caching behavior
I'm using the metadata plugin to manage state for several elements of
an editable data table.
In some cases I change the metadata in an element following a save and
I want to pick up the latest the next time I access .metadata() on
that element. However, I only ever get the first set value.
I've posted a working example of my issue here: http://markmiller.ca/jq/index.html
I've read the docs and search the group for metadata and cache without
coming up with a solution.
Any suggestions or advice is much appreciated.
Mark