diff options
author | John Resig <jeresig@gmail.com> | 2009-02-14 22:24:55 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-02-14 22:24:55 +0000 |
commit | 21dde30348fe9bcbd8db8c1b30e470a9e2f39c16 (patch) | |
tree | 0f01fb321c01b833ebb5bba62bda2590a06ae9da /test/index.html | |
parent | 782b4af76ec080aad93d5c4a15fbc805f3e5960e (diff) | |
download | jquery-21dde30348fe9bcbd8db8c1b30e470a9e2f39c16.tar.gz jquery-21dde30348fe9bcbd8db8c1b30e470a9e2f39c16.zip |
Provide a graceful failover for [name=foo] queries that are looking for non-input/iframe/form elements. Fixes jQuery bug #4081.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 2c3545f0f..c415d11c6 100644 --- a/test/index.html +++ b/test/index.html @@ -121,8 +121,8 @@ <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> |