One of the things I like about the YUI framework is the DataSource control. A common widget that intelligently gets data from a variety of sources and plugs into other UI widgets in a standard way. So... you fetch tabular data into a DataSource and then have the option of plugging that data into a table, a chart, an autocomplete widget, a straight list. All fine.
There doesn't appear to be an equivalent in jQuery. Is that correct?
It looks like each widget essentially implements their own datasource or relies on data being provided in a particular format.
I've clearly missed something.
[I've highlighted YUI here, but of course a "DataSource" isn't a Yahoo special - it's just the MVC way of working]