diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-01-23 17:55:53 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-01-23 17:55:53 -0500 |
commit | 29bfb86ce2e192dae456bf15655c25cb469ad977 (patch) | |
tree | 0a04105d04814b8e4cdbfb018bb1c567598abe04 /ui/jquery.ui.autocomplete.js | |
parent | 8d1713dd8ed55e6c2d4e5f96dfcdf9acd06466f7 (diff) | |
download | jquery-ui-29bfb86ce2e192dae456bf15655c25cb469ad977.tar.gz jquery-ui-29bfb86ce2e192dae456bf15655c25cb469ad977.zip |
All: Define defaultElement for non-div widgets.
Diffstat (limited to 'ui/jquery.ui.autocomplete.js')
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 1342f7648..e62ea93fe 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -16,6 +16,7 @@ (function( $, undefined ) { $.widget( "ui.autocomplete", { + defaultElement: "<input>", options: { appendTo: "body", delay: 300, |