jquery simple principle (matches an element with an index greater than a specified value)

Source: Internet
Author: User

<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"> <Head>  <title>Simple Selector</title>  <Metahttp-equiv= "Content-type"content= "Text/html;charset=utf-8" />  <Scripttype= "Text/javascript"src= "Jquery-1.7.1.min.js"></Script>  <Scripttype= "Text/javascript">  /*: First///Match element One: last//Match final element: even//Match index to even element (0 1 2 3 4 5): Odd//Match index to odd element: EQ (Index)/ /Match the element with the specified value (equal to Equal): GT (index) is greater than//match the element with the index greater than the specified value (Greater Than): LT (index) is less than//match the element with the index less than the specified value (less Than smaller than): Not (selector)//Match in addition to formulating elements other than selectors*/window.onload=function(){            $('#btnOk'). Click (function(){               //match an element with an index greater than the specified value            $('td:gt (5)'). HTML ('JS')            });  }; </Script> </Head> <Body>    <TableBorder= ' 1 'width= ' $ '>        <TR>            <TD>1</TD>            <TD>2</TD>            <TD>3</TD>            <TD>4</TD>            <TD>5</TD>            <TD>6</TD>            <TD>7</TD>            <TD>8</TD>        </TR>    </Table>    <HR/>  <inputtype= "button"ID= ' Btnok 'value= ' OK '/> </Body></HTML>

jquery Simple principle (matches an element with an index greater than a specified value)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.