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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:04:47+00:00 2026-05-27T05:04:47+00:00

On the jQuery UI selectable demo page: http://jqueryui.com/demos/selectable/#default when you select elements, you can

  • 0

On the jQuery UI selectable demo page: http://jqueryui.com/demos/selectable/#default when you select elements, you can see the selection box outline. How come this doesnt appear when I try it?

This isnt my fiddle, but it also has the same problem:
http://jsfiddle.net/jMDVm/40/

  • 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-27T05:04:48+00:00Added an answer on May 27, 2026 at 5:04 am

    It’s because it’s missing the jQuery UI stylesheet, which contains the class for styling the selection helper box. Add the following to your CSS:

    .ui-selectable-helper {
      position: absolute; 
      z-index: 100; 
      border: 1px dotted black; 
    }
    
    $(document).ready(function() {
      $("#selectable").selectable({
        selected: function(event, ui) {
          $('.status').text("Selected");
        },
        selecting: function(event, ui) {
          $('.status').text("Selecting");
        }
      });
    });
    #wrapper {
      width: 250px;
      height: 100px;
    }
    
    #selectable {
      background: black;
      width: 250px;
      height: 16px;
    }
    
    #selectable .ui-selecting {
      background: silver;
    }
    
    #selectable .ui-selected {
      background: gray;
    }
    
    #selectable div {
      background-color: #777;
    }
    
    .ui-selectable-helper {
      position: absolute;
      z-index: 100;
      border: 1px dotted black;
    }
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js"></script>
    <div id="wrapper">
      <div id="selectable">
        <div>Hello</div>
        <div>Select</div>
        <div>Me</div>
      </div>
    </div>
    <div class="status"></div>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a grid like this http://jqueryui.com/demos/selectable/#display-grid . How can I store a user
I have a jQuery UI selectable list: http://jqueryui.com/demos/selectable/ each row I generate has a
I am using jQuery and the widget Selectable to let my user select files
I need a jQuery calendar plugin where I can specify what dates are selectable
I've been reading about the Jquery UI selectable plugin, my question is: Can I
can anyone help me use the jquery ui selectable library to perform the following
I've used JQuery UI Selectable with a table, when I use multi selection with
I am using jQuery UI Selectable plugin. I want to select one item at
jQuery's getScript function doesn't seem to support an error callback function. I can't use
I have ASP.NET MVC application that has list with jQuery Selectable list. My problem

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.