aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-03-25 00:58:19 +0000
committerJohn Resig <jeresig@gmail.com>2007-03-25 00:58:19 +0000
commitaf79bb1f255433d553d8d9dde0306cc340903c1a (patch)
tree1ee423cfd54a8887827ab5b02d4eab10cc567e4f /build
parentec2b688920cf38f5bb2487b8a1897f7eb7557248 (diff)
downloadjquery-af79bb1f255433d553d8d9dde0306cc340903c1a.tar.gz
jquery-af79bb1f255433d553d8d9dde0306cc340903c1a.zip
Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025). You can now select elements by UTF8-based IDs, classes, and attributes.
Diffstat (limited to 'build')
-rw-r--r--build/test/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 04255705f..8fead08ef 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -1,5 +1,6 @@
<html id="html">
<head>
+ <meta http-equiv="Content-Type" content="text/css; charset=utf-8" />
<title>jQuery Test Suite</title>
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<script type="text/javascript" src="../dist/jquery.js"></script>
@@ -77,6 +78,11 @@
<param name="p1" value="x1" />
<param name="p2" value="x2" />
</object>
+
+ <span id="台北Táiběi"></span>
+ <span id="台北" lang="中文"></span>
+ <span id="utf8class1" class="台北Táiběi 台北"></span>
+ <span id="utf8class2" class="台北"></span>
</form>
<b id="floatTest">Float test.</b>
<iframe id="iframe"></iframe>