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 6162383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:38:38+00:00 2026-05-23T21:38:38+00:00

I am attempting to implement the jquery UI Autocomplete feature and I am having

  • 0

I am attempting to implement the jquery UI Autocomplete feature and I am having all sorts of troubles. I originally got a “autcomplete not a function” error, but moving all of my script references into the bottom of the body made that error go away (for unknown reason). Now the autocomplete is simply not working and I’m not getting any more errors. I originally was using my own code but since it didn’t work I swapped over to an example just to get things going.

Here is the Javascript:

<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<script src="content/js/custom/jquery.ui.core.min.js"></script>
<script src="content/js/custom/jquery.ui.widget.min.js"></script>
<script src="content/js/custom/jquery.ui.position.min.js"></script>
<script src="content/js/custom/jquery.ui.autocomplete.min.js"></script>

<script>
$(function() {
    var availableTags = [
        "ActionScript",
        "AppleScript",
        "Asp",
        "BASIC",
        "C",
        "C++",
        "Clojure",
        "COBOL",
        "ColdFusion",
        "Erlang",
        "Fortran",
        "Groovy",
        "Haskell",
        "Java",
        "JavaScript",
        "Lisp",
        "Perl",
        "PHP",
        "Python",
        "Ruby",
        "Scala",
        "Scheme"
    ];
    $( "#auto" ).autocomplete({
        source: availableTags
    });
});
</script>

Edit: Finally got the html to show up. Here is the input field

<input type="text" id="auto" name="auto"/>

I have checked all of the imports and as far as I can tell, they all can be found and I have all the dependencies. I’m running this on Mozilla Firefox 5.0 in Windows XP.

Thanks in advance for the help!

  • 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-23T21:38:39+00:00Added an answer on May 23, 2026 at 9:38 pm

    Can you try this way.I have done like this:

    <html>
    <head>
    <script type="text/javascript" src="path/jquery.js"></script>
    <script type='text/javascript' src='path/jquery.autocomplete.js'></script>
    <link rel="stylesheet" type="text/css" href="path/jquery.autocomplete.css" />
    <script>
    $(document).ready(function(){
    $("#input_id").autocomplete(["ab","cd"]);
    });
    }); 
    </script>
    </head>
    ...
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to implement a function that sorts a randomly generated vector using
I'm attempting to implement the latest Facebook Connect SDK and I'm having some troubles.
I'm attempting to override and implement my own TabExpansion. In the function I want
I'm attempting to implement a Save/Load feature into my small game. To accomplish this
I am attempting to implement the jQuery Tools Scrollable Example from here: http://flowplayer.org/tools/scrollable/index.html and
I'm attempting to implement a jQuery Lightbox plugin into a portfolio site build on
I'm attempting to implement a feature where a user can select some text in
We are attempting to implement OpenID (as a relying party) using the OpenID jQuery
In attempting to implement fileUpload using the streaming API I get an error described
I am attempting to implement global error handling in my MVC application. I have

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.