diff options
author | John Resig <jeresig@gmail.com> | 2007-04-28 15:39:30 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-04-28 15:39:30 +0000 |
commit | fce2bdf7ff1d5a293690c65de36a7824a50bc54f (patch) | |
tree | 5c8b10338360937a58b6c4d47aec3f1a17aeaf5c /build | |
parent | 610149fd19c087e51ccd5975ba2c2e5c3bfe49a8 (diff) | |
download | jquery-fce2bdf7ff1d5a293690c65de36a7824a50bc54f.tar.gz jquery-fce2bdf7ff1d5a293690c65de36a7824a50bc54f.zip |
Added support for finding elements that have underscores in their name (along with other allowed characters). Fix for ticket #1084.
Diffstat (limited to 'build')
-rw-r--r-- | build/test/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html index 10e74ccfb..38fdad96a 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -85,6 +85,8 @@ <span id="utf8class2" class="台北"></span> <span id="foo:bar" class="foo:bar"></span> <span id="test.foo[5]bar" class="test.foo[5]bar"></span> + + <foo_bar id="foobar">test element</foo_bar> </form> <b id="floatTest">Float test.</b> <iframe id="iframe" name="iframe"></iframe> |