动态插入节点方法(一)

来源:互联网 发布:淘宝虎扑识货推荐店铺 编辑:程序博客网 时间:2024/06/06 07:01
<!doctype html><html lang="en"> <head>  <meta charset="UTF-8">  <meta name="Generator" content="EditPlus®">  <meta name="Author" content="">  <meta name="Keywords" content="">  <meta name="Description" content="">  <title>动态插入节点方法</title>  <script src="jquery-1.8.0.js"></script> </head> <style type="text/css">body{font-size:13px;} </style>  <script type="text/javascript">$(function(){$("div").append(ll);function ll(){return "<b>dddddddddddddd</b>";}}); </script> <body><div>jQuery</div> </body></html>

0 0
原创粉丝点击