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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:17:01+00:00 2026-05-16T21:17:01+00:00

Can somebody post a simple html code on how to implement it,with simple data

  • 0

Can somebody post a simple html code on how to implement it,with simple data object.

Here is the link http://code.drewwilson.com/entry/autosuggest-jquery-plugin

I have tried everything to get it working and i have not succeeded so far, can somebody please help

Thanks

Mason

  • 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-16T21:17:01+00:00Added an answer on May 16, 2026 at 9:17 pm

    This seems to work fine (basically got it right off the website), probably need some styling to get it like you want it. Also not sure where your data will come from, but he’s got some ajax examples on their as well.

    Anyway, Save the following as an .html document for an example.

    <html>
    <head>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
        <script src="http://the-know-your-rights.googlecode.com/svn-history/r10/trunk/resources/js/jquery/autoSuggest/jquery.autoSuggest.minified.js"></script>
        <script type="text/javascript">
            var $sel = null;
            $(document).ready(function () {
              var data = {items: [
                    {value: "21", name: "Mick Jagger"},
                    {value: "43", name: "Johnny Storm"},
                    {value: "46", name: "Richard Hatch"},
                    {value: "54", name: "Kelly Slater"},
                    {value: "55", name: "Rudy Hamilton"},
                    {value: "79", name: "Michael Jordan"}
                ]};
                $("input[type=text]").autoSuggest(data.items, {selectedItemProp: "name", searchObjProps: "name"});
            });
        </script>
    </head>
    <body>
        <input type="text" />
    </body>
    </html>
    

    If this isn’t what you’re looking for then update your question with more specifics, and I’ll see if I can get you a better answer.

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

Sidebar

Related Questions

Can somebody post some code example(code or link) of how to http authenticate from
Can somebody help me with this. There is HTML code: <h3> <label> <input type=checkbox
I have a very large code, that's why I can't post here all my
How do I use JComboBox (strict or non-strict) from swingx ? Can somebody post
Can somebody explain to me what the below code is doing. before and after
I hope this is the right place to post this and somebody can help.
Can somebody tell me what is the meaning of Installs: 100-500. What Google Play
can somebody paste me deploy.rb file with configuration for LOCAL MACHINE ? Whenever i
Can somebody please help me with the if statement and arrays. So for example
Can somebody explain to me what this does in javascript? (function (x,y){}(x,y)); or this

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.