jquery 替换文本内容

Posted deveil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery 替换文本内容相关的知识,希望对你有一定的参考价值。

 1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4     <meta charset="utf-8">
 5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 6     <title></title>
 7     <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
 8 </head>
 9 <style>
10   #btnTex{width:80px; height:50px; margin: 10px;}
11   
12 </style>
13 <body>
14   
15 <input id="text1" type="text" />
16 <input id="btn1" type="button" value="按钮" />
17 <p id="p1">这是一些文字</p>
18     <script  type="text/javascript" charset="utf-8">
19        $(function(){
20               var text1 = $(#text1);
21               var btn1 = $(#btn1);
22               var p1 = $(#p1);
23                btn1.click(function(){
24                 p1.html(text1.val());
25 
26               })
27             
28         
29           
30              
31        })
32    </script>  
33 </body>
34 </html>

 

以上是关于jquery 替换文本内容的主要内容,如果未能解决你的问题,请参考以下文章

jquery 替换文本内容

jquery如何实现点击按钮文本替换成输入框的内容?

26个jQuery代码片段使用技巧

几条jQuery代码片段助力Web开发效率提升

jquery 用它的值替换每个输入。然后切换/切换回有输入

jQuery专注于数组模糊