id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
8097,replaceClass,rudeboiidevil2k7@…,,"jQuery should include a function that replace a class, for example if you wish to replace a class you could do it like this:


{{{
$('#element').replaceClass('classname', 'tothisclassname');
}}}

Instead of doing something like this:

Would be easier to have this feature, don't you think? :)
{{{
$('#element').removeClass('classname');
$('#element').addClass('tothisclassname');
}}}

",feature,closed,low,1.next,attributes,1.4.4,wontfix,,,,
