• Core options
    • Changing default options
    • Declaring configuration in the HTML
    • AMD compatibility
  • Data adapters
    • Using a <select>
    • Loading data from an array
    • Connecting to a remote data source
  • Displaying selections
    • Showing a placeholder
    • Clearing selections
    • Templating
  • Displaying results
    • Controlling result loading
    • Making selections
    • Placement
  • Events
    • Public jQuery events
    • Internal events
  • The plugin system (adapters)
    • All adapters
    • Container (selection)
    • Data set
    • Dropdown
    • Results
  • Deprecated options
    • Simplified function for matching data objects
    • Old initial selections with initSelection
    • Querying old data with query
    • Compatibility with <input type="text" />
Back to top