i need to add class to dynamically created span tags so that i can highlight it for some duration of time and then i need to remove it from this span and add class to other span tag.. In short u can say add class and remove class should continues based on time on each of the span tags..
example:
like this and i want text1 to be highlighted first and after few seconds second one should highlighted and so on..
Thanks in Advance
Anand kumar Singh
example:
Code:
<span>some text1</span><span>some text2</span><span>some text3</span>
Thanks in Advance
Anand kumar Singh
Comment