drewwilson / AutoSuggest

jQuery AutoComplete Plugin
http://code.drewwilson.com/entry/autosuggest-jquery-plugin
86 stars 46 forks source link

hidden input name= id= tweak #16

Open joncutrer opened 12 years ago

joncutrer commented 12 years ago

Added support for overriding the name= and id= attribute of the hidden input element.

Added config options

asHiddenInputName asHiddenInputID

setting them to...

asHiddenInputName: 'data[Part][tags]', asHiddenInputID: 'PartTags',

...will result in...

omitting these options will result in normal behavior

btw. great work on the plugin!!!!!!!