jquery event: closes #4033. e.currentTarget wasn't being enforced for native events...
[jquery.git] / test / index.html
index 89244d7..e0389ac 100644 (file)
@@ -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>
                        <input name="types[]" id="types_movie" type="checkbox" value="movie" />
                </form>
                
-               <div id="fx-queue">
-                       <div id="fadein" class='chain test'>fadeIn<div>fadeIn</div></div>
+               <div id="fx-queue" name="test">
+                       <div id="fadein" class='chain test' name='div'>fadeIn<div>fadeIn</div></div>
                        <div id="fadeout" class='chain test out'>fadeOut<div>fadeOut</div></div>
                        
                        <div id="show" class='chain test'>show<div>show</div></div>
@@ -213,6 +214,11 @@ Z</textarea>
                        <span>...</span><a id="linkWithNoHrefWithTabIndex" tabindex="1">Eat some funyuns</a><span>...</span>
                        <span>...</span><a id="linkWithNoHrefWithNegativeTabIndex" tabindex="-1">Eat some funyuns</a><span>...</span>
                </div>
+               
+               <div id="liveHandlerOrder">
+                       <span id="liveSpan1"><a href="#" id="liveLink1"></a></span>
+                       <span id="liveSpan2"><a href="#" id="liveLink2"></a></span>
+               </div>
        </div>
        </dl>