aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-04-28 15:39:30 +0000
committerJohn Resig <jeresig@gmail.com>2007-04-28 15:39:30 +0000
commitfce2bdf7ff1d5a293690c65de36a7824a50bc54f (patch)
tree5c8b10338360937a58b6c4d47aec3f1a17aeaf5c /build
parent610149fd19c087e51ccd5975ba2c2e5c3bfe49a8 (diff)
downloadjquery-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.html2
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>