jQuery change article background color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    jQuery change article background color

    How do i set the color of an article?
    in the code by data-id

    Code:
    <section class="offers" id="featured-offers">
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173856" data-location="Nysa">3</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173859" data-location="Nysa">4</article>
    </section>
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    with the CSS attribute selector.

    Comment

    Working...