码迷,mamicode.com
首页 > Web开发 > 详细

JQuery-方法

时间:2017-10-25 13:10:17      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:取值   nbsp   内容   代码   function   script   htm   show   rip   

一、val()、text()、html()方法
<script type="text/javascript"> $(function(){ $(msg).val():取值 $(msg).val("hello"):设置值 //val()主要针对于表单控件(value属性) $(showMsg).text():取值 $(showMsg).text("hello"):设置值 //text()只能识别文本内容 $(showMsg).html():取值 $(showMsg).html("<h1>hello</h1>"):设置值 //html()可以识别html代码 }); </script>

 

JQuery-方法

标签:取值   nbsp   内容   代码   function   script   htm   show   rip   

原文地址:http://www.cnblogs.com/yuefeng123/p/7728003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!