Thank you guys for you responses. However neither of them satisfied
me, so I just looked into ui.core.js itself. Here is an excerpt:
...
_getData: function(key) {
return this.options[key];
},
_setData: function(key, value) {
this.options[key] = value;
...
},
...
In other words they just store and retrieve values to and from
this.options property. Very flat in fact. Hm...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---