Implementation of 99 multiplication table _javascript technique based on javascript

Source: Internet
Author: User

Examples of this article to share the JavaScript implementation of the 99 multiplication table related code, the specific contents are as follows

<script type= "Text/javascript" >
    var sum=0;
    var Wite;
    for (var i = 1; i < i++) {
      var div=$ (' <div class= ' class ' +i+ ' "></div> ');
      $ ("Body"). Append (div);
      for (var j = i; j > 0; j--) {
        sum = j * I;
        Wite = (j+ "X" +i+ "=" +sum);

        Div.prepend ($ (' <span style= ' padding-right:10px ' > ' +wite+ ' </span> '))
      } 
  </script>

The implementation results are as shown in the figure:

I hope this article will help you learn about JavaScript programming.

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.