jQuery(':header')
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> body { font-size: 10px; font-family: Arial; } h1, h2 { margin: 3px 0; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(":header").css({ background:'#CCC', color:'blue' }); }); </script> </head> <body> <h1>Header 1</h1> <p>Contents 1</p> <h2>Header 2</h2> <p>Contents 2</p> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท