When you load a list jquery gets the properties of the first Li in UL _jquery

Source: Internet
Author: User

When you load a list, you want to select the first one by default. Top_menu is the UL ID

Through $ ("#top_menu Li:first") can get to the UL under the first Li tag. And then you can use

For example, modify attributes: $ ("#top_menu Li:first"). attr ("Class", "select");

Trigger Event: $ ("#top_menu Li:first"). Click ();

If you want to get a label under Li, as follows:

$ ("#top_menu Li:first a")

You can also modify the property: $ ("#top_menu li:first a"). attr ("", "");

Trigger Event: $ ("#top_menu li:first a"). Click ();

Copy Code code as follows:

<ul class= "nav white" id= "Top_menu" name= "Top_menu" >
<!--level menu-->
<s:iterator value= "list" status= "St" >
<li><a onclick= "" ><s:property value= "MenuName"/></a></li>
</s:iterator>
</ul>

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.