.text() .text( textString ) .text( function(index, text) )
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> p { color:blue; margin:8px; } b { color:red; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ var str = $("p:first").text(); $("p:last").html(str); }); </script> </head> <body> <p><b>Test</b> Paragraph.</p> <p></p> </body> </html>
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> p { color:blue; margin:8px; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("p").text("<b>Some</b> new text."); }); </script> </head> <body> <p>Test Paragraph.</p> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท