diff --git a/jquery.autoSuggest.js b/jquery.autoSuggest.js index 382a1a1..641d81d 100644 --- a/jquery.autoSuggest.js +++ b/jquery.autoSuggest.js @@ -11,7 +11,7 @@ * the fly. It supports keybord navigation (UP + DOWN + RETURN), as well * as multiple AutoSuggest fields on the same page. * - * Inspied by the Autocomplete plugin by: Jšrn Zaefferer + * Inspied by the Autocomplete plugin by: J�rn Zaefferer * and the Facelist plugin by: Ian Tearle (iantearle.com) * * This AutoSuggest jQuery plug-in is dual licensed under the MIT and GPL licenses: @@ -23,6 +23,8 @@ $.fn.autoSuggest = function(data, options) { var defaults = { asHtmlID: false, + asHiddenInputName: false, + asHiddenInputID: false, startText: "Enter Name Here", emptyText: "No Results Found", preFill: {}, @@ -81,7 +83,9 @@ var org_li = $("#as-original-"+x); var results_holder = $('
').hide(); var results_ul = $('