hi,
i have a paragraph on the page, which contains certain words that need to get highlighted gradually. when i use:
- $('.user-dynamic a[data-co]').each(function(index) {
- $(this).addClass("highlight", 4000);
- };
I don't get the desired effect -- i.e. i don't see the gradual process of highlighting, only the end effect.
what am i doing wrong?
any tips would be appreciated.
tench