diff options
author | John Resig <jeresig@gmail.com> | 2007-08-19 00:07:41 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-08-19 00:07:41 +0000 |
commit | 05d401dd8439d8a2137d3fb69a70d671c0d3a69d (patch) | |
tree | 8e06d0eb3ea4432a3d74ff14abd9e42818379f3e /build | |
parent | 760a244dbdca7b5a93d147c62ac37ff6eeb9573b (diff) | |
download | jquery-05d401dd8439d8a2137d3fb69a70d671c0d3a69d.tar.gz jquery-05d401dd8439d8a2137d3fb69a70d671c0d3a69d.zip |
Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)
Diffstat (limited to 'build')
-rw-r--r-- | build/test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/index.html b/build/test/index.html index 4021d330c..4d79f3882 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -19,7 +19,7 @@ <h2 id="userAgent"></h2> <!-- Test HTML --> - <dl style="display:none;"> + <dl id="dl" style="display:none;"> <div id="main" style="display: none;"> <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> <p id="ap"> |