Added support for finding elements that have underscores in their name (along with other allowed characters). Fix for ticket #1084.

This commit is contained in:
John Resig 2007-04-28 15:39:30 +00:00
parent 610149fd19
commit fce2bdf7ff
3 changed files with 9 additions and 5 deletions

View file

@ -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>