How can I store data for a widget? I tried creating variables, but all instances seem to use the same variables, so if I set a var in the first instance - say with a selector to cache it for quick access, the second instance then has access to the cached selecion in the first.
How can I store things similiar to instance properties in a jquery widget?