removeData for complete namespace

removeData for complete namespace


Hi,
I just thought it would be useful to have removeData work on a
complete namespace if necessary - that would also be consistent to
unbind:
For the tabs destroy method I need to do following:
$(this).unbind('.ui-tabs').removeData('href.ui-
tabs').removeData('cache.ui-tabs');
Would be nice to just have:
$(this).unbind('.ui-tabs').removeData('.ui-tabs');
First I tried that intuitively without success.
--Klaus