jQuery通过方法append(function(index,html))插入节

在Jquery中,append函数的额功能是将function函数作为append的参数,该函数的功能是返回一个字符串,作为append方法插入点的内容。

示例:

<script type="text/javascript">           $(function() {               $("div").append(retHtml); //插入内容               function retHtml() {                   var str = " <b>Write Less Do More</b> ";                   return str;               }           })       </script>  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wysddp.html