For loop traversal data rendering HTML dynamically

Source: Internet
Author: User

This case takes data dynamically through Ajax and then iterates through the data rendering HTML
Tread carefully: Because sometimes do not notice, render the page can only output the last data
So the correct wording for the following:
If the AJAX data request succeeds:

Html
<divclass="recommend-list"> <ul> <li> <div> <pclass="recommend-h"></p> <pclass="GetTime"></p> </div> <div>class="recommend-img"></div> </li> </ul> </div>

Ajax Request Data:



Js
for (var i = 0;i<$ ('. Recommend-list>ul '). Children (). length;i++) {$ ('. Recommend-h ') [I].innerhtml=d Ate.info.hotnews[i].title $ ('. GetTime ') [I].innerhtml=date.info.hotnews[i].source $ ('. Recommend-img ') [I].SRC = date.info.hotnews[i].imgsrc0}

For loop traversal data rendering HTML dynamically

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.