Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 685691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:56:53+00:00 2026-05-14T01:56:53+00:00

I thought there was only one – included in jQuery UI and documented here

  • 0

I thought there was only one – included in jQuery UI and documented here.

I know there are third-party autocomplete widgets that plug-in to jQuery, like the one from devbridge. But I would describe that as an autocomplete widget for jQuery, rather than the jQuery autocomplete widget.

But on Stackoverflow, I see questions asking about an autocomplete widget that does not use the syntax described in the jQuery UI documentation. For example:

  • jquery.autocomplete.js – how does autocomplete work?
  • Jquery AutoComplete Plugin calling
  • Help with jquery autocomplete and json response

The jQuery UI syntax looks like this:

      $("#input1").autocomplete({
          source: function(req, responseFn) {
                ...
          },

          select: function(value, data){
                 ...
          }
      });

Whereas some of those other questions hae a syntax like this:

  $("#city").autocomplete("CUList.asmx/GetCUList", { 
      dataType: 'jsonp', 
      parse: function(data)  
      { 
          var rows = new Array(); 
          for(var i=0; i<data.length; i++){ 
              rows[i] = { data:data[i], value:data[i].CUName, result:data[i].CUName }; 
          } 
          return rows; 
      }, 
      formatItem: function(row, i, n) { 
          return row.CUName + ', ' + row.CUCity; 
      }, 
      max: 50 
  });  

What’s the explanation for the discrepancy? People ask about “jquery autocomplete” without specifying which one. With no direction, shouldn’t I assume THE jquery UI autocomplete?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:56:54+00:00Added an answer on May 14, 2026 at 1:56 am

    ANSWER

    1. There are numerous autocomplete widgets that work with jQuery.

      • There is ONLY ONE that belongs to jQuery UI. http://docs.jquery.com/UI/Autocomplete
      • There is another 3rd party user-contributed plugin that is listed on the jQuery site. This is not part of jQuery but works with jQuery. It’s user-contributed.
        from jquery.com: http://docs.jquery.com/Plugins/Autocomplete
        actual home page: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
      • there are numerous others….
    2. There is a habit that is fairly common among users of jquery plugins, when asking questions on SO, to not identify which particular widget they are using. People use phrases like “the jquery autocomplete widget” when they really are referring to “a jquery autocomplete widget”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I thought that there was some way in .net 3.0 to give an array
Quick one, but thought I'd ask. Is there a better way of getting the
One of my co-workers claims that even though the execution path is cached, there
I have the file config/initializers/custom.rb In the file, there is only one line: `rake
I know that new-ing something in one module and delete-ing it in another can
I thought there was something in GExperts to do this, but I can't see
There are two schools of thought on how to best extend, enhance, and reuse
Originally I thought to ask if there would be an easy way to provide
There's been a cluster of Perl-hate on Stack Overflow lately, so I thought I'd
If I break my Objects down to 'Single Responsibilities', is there a fundamental thought

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.