It's well known that adding and removing classes from HTML elements is
time-consuming.
We currently use the YUI addClass() and removeClass() functions to set and
remove classes, but we should also use the hasClass() function to check
whether we actually need to make the change.
Imported from backplanejs Google Code issue 46.
It's well known that adding and removing classes from HTML elements is time-consuming.
We currently use the YUI addClass() and removeClass() functions to set and remove classes, but we should also use the hasClass() function to check whether we actually need to make the change.
Owner set to markbirbeck
Priority: Medium Type: Enhancement