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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:30:53+00:00 2026-05-19T03:30:53+00:00

I am new to jquery ui autocomplete ! I found that the popup suggestion’s

  • 0

I am new to jquery ui autocomplete!

I found that the popup suggestion’s width just like the input field which binded with autocomplete plugin,but my contents in suggestions may be longer than the width of suggestions popup list window. It was obviously that the width and position was calculate by the autocomplete plugin,so,is there a way to setting the width of popup suggestions to auto fit the width of my contents?

thank you very much~~!!

  • 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-19T03:30:54+00:00Added an answer on May 19, 2026 at 3:30 am

    Try hooking into the open event provided by the Autocomplete widget. There, you can get a reference to the div that contains the suggestions and set it’s width.

    e.g. The following code worked for me just adding it using Firebug on the page linked above:

    $( "#tags" ).bind( "autocompleteopen", function(event, ui) {
        var $suggestionsDiv = $(event.target).autocomplete('widget');
        $suggestionsDiv.css('width', 'auto'); // may not work cross browser
    });
    

    As noted in the comments, this may not be 100% cross browser compatible (I often have trouble with IE respecting width: auto, especially dynamically after the page has loaded), but you get the idea.

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

Sidebar

Related Questions

I am using the jQuery autocomplete plugin and have wired up an input field
I have a jQuery autocomplete field which gets results from Amazon's autocomplete, as you
With jquery autocomplete I have a hidden input field to store ID because the
I made this code with jquery autocomplete its just like facebook search function now
I'm toying with the new autocomplete in jQuery 1.8-UI. I've provided data in the
I've got the new autocomplete widget in jQuery UI 1.8rc3 working great in Firefox.
I am new to ASP.net & Jquery.I am trying to implement autocomplete in my
When writing a new jQuery plugin is there a straightforward way of checking that
I have application that brings response via Ajax and creates 5-20 new jQuery click
I was able to get jQuery autocomplete working in CoffeeScript just fine, but when

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.