Fixed the issue where weird characters were being used in ID selectors. Fixes jQuery bug #3913.
This commit is contained in:
parent
22c9c9b9d3
commit
f0189d6181
3 changed files with 5 additions and 2 deletions
|
@ -50,6 +50,7 @@
|
|||
<p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p>
|
||||
|
||||
</div>
|
||||
<span id="name+value"></span>
|
||||
<p id="first">Try them out:</p>
|
||||
<ul id="firstUL"></ul>
|
||||
<ol id="empty"></ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue