diff options
author | John Resig <jeresig@gmail.com> | 2009-01-20 19:44:08 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-20 19:44:08 +0000 |
commit | aa7616cf9aac1692a483165144a42cde9a3169e0 (patch) | |
tree | bdeeeeff7725dcb29f50b41b5a59a0b500461d6a /test/index.html | |
parent | cd28922b78a91c530c509638294fe3fac9c361f3 (diff) | |
download | jquery-aa7616cf9aac1692a483165144a42cde9a3169e0.tar.gz jquery-aa7616cf9aac1692a483165144a42cde9a3169e0.zip |
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index b5b80dd9b..7ded4855f 100644 --- a/test/index.html +++ b/test/index.html @@ -39,7 +39,7 @@ <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"> Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, - <a id="groups" href="http://groups.google.com/">Google Groups</a>. + <a id="groups" href="http://groups.google.com/">Google Groups (Link)</a>. This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>: <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a> |