odd-even rows with jquery

    [javascript]
    <script type="text/javascript">
    $(‘div:odd’).css(‘background-color’, ‘red’);
    </script>
    [/javascript]

    Leave a Reply