Traversal of values in the El expression list collection in JavaScript

Source: Internet
Author: User

When a table is displayed, and the data in the table is from a field in a List,list entity class from the dictionary table it is stored in values such as 0 and 1, and the text is displayed, so a control method is written.

varLen= ' ${fn:length (products.detaillist)} ';  for(varindex=0;index<len;index++){                  varSingleunit= ' ${products.detaillist["" +index+ ""].supply.singleunit} ';  for(varu=0;u<dictlist.length;u++){                      varValue=Dictlist[u].value; varLabel=Dictlist[u].label; if(singleunit==value) {                          $("#specunit" +index+ ""). HTML (label); }                  }              }  

Oh, pay attention to the double quotation marks, I toss a few hours, even think of changing ideas, and then think of jquery inside the connection variable, instantly get inspired, the result is good.

Transferred from: loveuserzzz

Traversal of values in the El expression list collection in JavaScript

Related Article

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.