aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-08-31 05:43:24 +0000
committerJohn Resig <jeresig@gmail.com>2007-08-31 05:43:24 +0000
commit346ceacce3fb6f83701d742ce0835d4db0ba98aa (patch)
tree9935695f3c925ddda65987829c75d4a5a6411bd0 /build
parentfbd2b066a71c8c2371e11f7f6b201a9000b564e4 (diff)
downloadjquery-346ceacce3fb6f83701d742ce0835d4db0ba98aa.tar.gz
jquery-346ceacce3fb6f83701d742ce0835d4db0ba98aa.zip
Added support for a new :header psuedo-selector (only selects H1-H6 elements).
Diffstat (limited to 'build')
-rw-r--r--build/test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 746c08ec9..6956cb902 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -14,7 +14,7 @@
</head>
<body id="body">
- <h1>jQuery Test Suite</h1>
+ <h1 id="header">jQuery Test Suite</h1>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>