Questions tagged [fcbkcomplete]

Auto-complete/multi-select javacscript control styled like Facebook's pervasive user and option selectors.

Input control that is generally used as an improvement on a native browser list control for selecting one or more items. http://www.emposha.com/javascript/fcbkcomplete.html

17 questions
0
votes
1 answer

Autocomplete AJAX request based on input instead of returning all results

I am using this autocomplete plugin called FCBKcomplete and its works as charm. My only problem and concern is, apparently (that is how I think) when ever I enter a char in the input to get the result in the drop down, all the result will be…
ComeRun
  • 921
  • 1
  • 20
  • 38
0
votes
2 answers

Autocomplete performance improvement with caching the JSON response

I am using this autocomplete plugin (FCBautocomplete). with every character I enter to the field to get the results back, one request is sent to server. Since my data is too big, I am concerned about all the memory crashes that might happen and also…
ComeRun
  • 921
  • 1
  • 20
  • 38
1
2