Selector API Level 2

Source: Internet
Author: User

To cope with HTML5, it is more important to search for and match elements. Ff and Safari are the first to implement the matchesselector method, which is equivalent to jquery's is method. This is of great benefit to event proxy!

 
<! Doctype HTML>  

<Br/> <! Doctype HTML> <br/> <pead> <br/> <title> matchesselector by situ zhengmei </title> <br/> <meta charset = "UTF-8"/> <br/> <meta content = "Ie = 8" http-equiv = "X-UA-compatible"/> <br/> <meta name =" keywords "content =" matchesselector by situ zhengmei "/> <br/> <meta name =" Description "content =" matchesselector by situ zhengmei "/> <br/> </pead> <br/> <body> </P> <p> <Div id = "foo"> matchesselector! </Div> <br/> <SCRIPT type = "text/JavaScript"> <br/> // http://dev.w3.org/2006/webapi/selectors-api2/#matchtesting <br/> var El = document. getelementbyid ("foo"); <br/> VaR method = el. matchesselector | el. webkitmatchesselector | el. extends matchesselector </P> <p> If (Method & method. call (El, "Div") {<br/> alert ("This element matches the given selector "); <br/>}</P> <p> </SCRIPT> <br/> </body> <br/> </ptml> <br/>

RunCode

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.