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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:17:57+00:00 2026-06-15T03:17:57+00:00

Hello I have simple JQuery UI Autocomplete realization $(#adrField).autocomplete({ source: function (request, response) {

  • 0

Hello I have simple JQuery UI Autocomplete realization

$("#adrField").autocomplete({
    source: function (request, response) {
        var reqvesturl = "myurl";
        $.ajax({
            type: "GET",
            url: reqvesturl,
            cache: false,
            dataType: "jsonp",
            success: function (data) {
                response($.map(data, function (item) {
                    return {
                        label: item.description + " (" + item.itemCount + ")",
                        value: item.description,
                        obj: item
                    };
                }))
            },
            error: function (jqXHR, textStatus, errorThrown) {
                console.log(textStatus);
            }
        });
    },
    minLength: 1,
    select: function (event, ui) {
        // this.value
        console.log(ui.item.label);

        var reqvesturl = "myurl");
        $.ajax({
            type: "GET",
            url: reqvesturl,
            cache: false,
            dataType: "jsonp",
            success: function (data) {
                addrHelper.showAddresses(data);
            },
            error: function (jqXHR, textStatus, errorThrown) {
                console.log(textStatus);
            }
        });

    }        
});

But I can select data from list box just by keyboard event key down/up and enter, If I try to use mouse I can’t select it ? I don’t see any JS error or etc.
Can it be releted to some HTML structure or something other stuff ?

  • 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-15T03:17:59+00:00Added an answer on June 15, 2026 at 3:17 am

    I have found the issue. This is other my script block AC behavior. Thanks.

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

Sidebar

Related Questions

Let's say I have some simple Javascript like: <script> var hello = function(){ alert(Hello
I have this simple jQuery code $(document).ready(function() { $('#test').attr('value','hello world'); $('#test1').text('hello world'); }); And
I have this simple jQuery ajax post to a Pyramid webapp. Ajax call: $.ajax({
I have the following array: var example = [ function() { /* hello */
Let's say I'm sending this simple ajax request (jquery): $.ajax({ type: 'POST', url: '/ajax/requestForm.php',
I have got a simple input tag <input type=text id=textb name=textbox/> jquery is $(document).ready(function(){
I have a simple string e.g. var s = <p>Hello World!</p><p>By Mars</p>; How do
I have simple Sinatra app. web.rb: require 'sinatra' get '/' do Hello end Gemfile:*
I have a simple PHP app that prints 'hello world'. When I run it
I have following simple program: import std.stdio; int main(string[] argv) { writeln(Hello, world!); return

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.