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

  • Home
  • SEARCH
  • 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 7846035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:26:42+00:00 2026-06-02T17:26:42+00:00

Hi guys i am encountering jquery auto complete problem. Actually, in the example given

  • 0

Hi guys i am encountering jquery auto complete problem. Actually, in the example given by developers is working fine but once i am trying to implement into my system it is not working;

<script type='text/javascript' src='scripts/jquery.autocomplete.js'></script></code>

<link rel="stylesheet" type="text/css" href="scripts/jquery.autocomplete.css" />

<script type="text/javascript">

$().ready(function() {

    jQuery("#coursex").autocomplete("get_course_list.php", {
        width: 260,
        matchContains: true,
        selectFirst: false
    });

});

</script>
<form autocomplete="off">
        <p>
            Course Namexx <label>:</label>

            <input type="text" name="course" id="coursex" />

            <!--input type="button" value="Get Value" /-->
        </p>

        <input type="submit" value="Submit" />
</form>

The problem is that I am not getting any javascript error in firebug and all the files are included. ajax-autocomplete project. you may download from the net.

Any suggestions how to debug, how to solve or any other product without jquery only ajax and css.

  • 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-06-02T17:26:44+00:00Added an answer on June 2, 2026 at 5:26 pm

    Hiya see demo here please: http://jsfiddle.net/Xzy9T/

    please include Jquery ui (like in example) as well & Please make sure that the src of you you javascripts are correct or you can find one online and add the reference.

    HTML

       <p>
    
            Course Namexx <label>:</label>
    
            <input type="text" name="course" id="coursex" />
    
            <!--input type="button" value="Get Value" /-->
    
        </p>
    
        <input type="submit" value="Submit" />
    ​
    

    Jquery

    $( "#coursex" ).autocomplete({
        source: function( req, resp ) {
            $.post( "/echo/json/", {
                json: '["1", "2", "3", "4", "5"]',
                delay: 1
            }, function(data) {
                resp( data );
            }, "JSON" );
        }
    });
    ​
    

    enter image description here

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

Sidebar

Related Questions

Guys i am very new to jQuery. I have started using the auto complete
Guys i am facing a problem with wildcard character in jquery. Please help if
Guys Please help me to solve this floating problem.I tried different methods but anything
Hey guys. Thanks for clicking. This is a problem that I'm encountering while coding
Guys I've seen jQuery: slideUp() delay() then slideDown; not working , I exactly coded:
guys. I'm working on some audio services on iOS. I trying to search any
Guys, I've came across this problem I can't resolve myselg, I'm pretty sure I
guys please post me an example for threading in MFC....it should show the progress
guys I know this question is very basic but I've met in few publications
I'm writing a simple nD-vector class, but am encountering a strange bug. I've stripped

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.