资 源 简 介
A jQuery plugin for producing Facebook-like input with autocomplete.
Should work for Chinese entering for Firefox (Windows). (not test for other languages)
Current version 1.0
The plugin is written and tested with jQuery 1.4.4, any 1.4.x version should work.
Dependency:
jquery.ui.autocomplete.js
Look:
Sample:
```
$("#myInput").havenInput({
source : "getJsonData.jsp" //request url will look like getJsonData.jsp?term=in
});
```
Default JSON format:
[ {id : 1, name : "Hotel 1"}, {id : 2, name : "Hotel 2"}, {id : 3, name : "Hotel 3"}, {id : 4, name : "