Notes B---jquery.siblings (), HTML page timestamps convert to normal time display, Ng-click event notation

Source: Internet
Author: User

The JQuery siblings () method returns all the sibling elements of the selected element, and can use optional parameters to filter the search for sibling elements.

Example Demo: Click on an li tag to set it toRGB (248,198,173)Orange style, while its all-fellow elements are removed#FFFFFF(White style)

<div id=" each"> <span> Tags:</span> <ulclass="right-topfloat"> <li style="Background-color:rgb (248,198,173)"> All </li> <li> orders </li> <li> distribution </li> <li> Payment </li> <li> Services </li> </ul> </div><!--Jquery--><script type="Text/javascript">$ (document). Ready (function () {$ ("#each Li"). Click (function () {$ ( This). CSS ("Background-color","RGB (248,198,173)"). Siblings (). CSS ("Background-color","#FFFFFF"); }); </script>

The HTML page timestamp is converted to the normal time display:

The Ng-click event:

Layer: A popup window jquery control.

Notes B---jquery.siblings (), HTML page timestamps convert to normal time display, Ng-click event notation

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.