diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-07-30 18:13:58 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-07-30 18:13:58 +0000 |
commit | ac86d4c6db2001c357590501d81d112f2c7e09d2 (patch) | |
tree | 4b70961b1c18654e2a20927181c511b98589d9b4 /tests/autocomplete.html | |
parent | 9b8fccfa4a279000fe55458ff00b849558c0cbaf (diff) | |
download | jquery-ui-ac86d4c6db2001c357590501d81d112f2c7e09d2.tar.gz jquery-ui-ac86d4c6db2001c357590501d81d112f2c7e09d2.zip |
autocomplete: added init/destroy tests
Diffstat (limited to 'tests/autocomplete.html')
-rw-r--r-- | tests/autocomplete.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/autocomplete.html b/tests/autocomplete.html index 86d77e228..609e536f8 100644 --- a/tests/autocomplete.html +++ b/tests/autocomplete.html @@ -19,6 +19,8 @@ <h1>jQuery - Autocomplete Test Suite</h1> <div id="main" style="display: none"> + <input type="text" name="autocomplete" value="" id="autocomplete"> + </div> <ol id="tests"></ol> |