id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
10668,Allow jQuery.data() to update data-attributes,rodneyrehm,,"jQuery.data() should be able to (selectively) update data-attributes in order to make something like 
{{{
$('.selector').data('foobar', 1);
}}}
selectable like
{{{
$('[data-foobar]').hide();
}}}


see [https://gist.github.com/1339324 modified code] and [http://jsfiddle.net/rodneyrehm/USHzw/ jsFiddle] for a possible solution (introducing a new argument 'updateAttr').",enhancement,closed,undecided,None,unfiled,1.7,invalid,,,,
