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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:16:05+00:00 2026-06-18T01:16:05+00:00

I always have problems with jQuery UI, and so I do now. I want

  • 0

I always have problems with jQuery UI, and so I do now. I want to use it’s autocomplete feature, so I wrote a little results page which returns JSON response like this:

[ { "value": "2", "label": "Baldur's Gate" }, { "value": "3", "label": "Baldur's Gate 2" }, ];

And my JS is:

function extractLast(term) {
    //return split( term ).pop();
    var t = term.replace(' ', '%20');
    return t;
}

$('nav#mainMenu input').autocomplete({
    minLength:3,
    source: function(request, response) {
        $.getJSON('/Symfony/web/app_dev.php/search/g/' + extractLast(request['term']), response);
    }
});

As you see, it’s pretty basic and I think I forgot about something quite obvious, but yet I can’t see what could that be. Any ideas?

  • 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-18T01:16:06+00:00Added an answer on June 18, 2026 at 1:16 am

    Okay, I finally made it 😉

    The problem was the data returned to jQuery. I succeeded by using json_encode with my array. Here’s the code:

    $results = $search->getResult();
    $tab = array();
    
    foreach($results as $result) {
        $tab[] = array('label' => $result->getName(), 'value' => $result->getName(), 'id' => $result->getID());
    }
    
    try {
        return new Response(json_encode($tab));
    
    } catch (\Doctrine\Orm\NoResultException $e) {
        return false;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

NOTE: I have now created a jQuery plugin which is my attempt of a
I have strings that use simple_format so they always have p tags surrounding them.
I almost always have a Scala REPL session or two open, which makes it
Hey guys, sorry I am new to Jquery. I have always tried to do
I am beginning to use ASP.NET MVC and i have a navigation which is
I have a jquery range slider with custom steps which has two handles (min
I have an Invoice to which Items can be added using some jQuery magic.
i have a asp dropdownlist, which is getting generated by ajax, now my problem
I have a problem with flash content in IE7 being always over the menu
I have the following problem. The alert allways returns undefined, but I know it

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.