how to add diferrent style in same div name with jquery?example like this.\[code\]<div id="link"> <div class="one">This is first link</div> <div class="one">This is second link</div> <div class="one">This is third link</div></div>\[/code\]and i want to add different color for all text in .one
the first class one with #FFF
the second class one with #000
the third class one with #333
the first class one with #FFF
the second class one with #000
the third class one with #333