.contents()
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("p").contents().filter(function(){ return this.nodeType != 1; }).wrap("<b/>"); }); </script> </head> <body> <p>Hello <a href="http://ejohn.org/">John</a>, how are you doing?</p> </body> </html>
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#frameDemo").contents().find("a").css("background-color","#BADA55"); }); </script> </head> <body> <iframe src="http://api.jquery.com/" width="80%" height="600" id='frameDemo'></iframe> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท