Questions tagged [jquery-ui-selectable]

The jQuery UI Selectable plugin: Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections.

The jQuery-ui Selectable plugin allows for elements to be selected by dragging a box (sometimes called a lasso) with the mouse over the elements. Also, elements can be selected by click or drag while holding the Ctrl/Meta key, allowing for multiple (non-contiguous) selections.

API Documentation

239 questions
0
votes
4 answers

Getting value out of selected td

Currently i have a selectable table which i can drag and select tds in a column. However i would like to get all the values from each of this td cells. How do i go about doing this? i have tried .each() but it still does not work
smallcat31
  • 354
  • 1
  • 12
0
votes
1 answer

jquery ui selectable() and sortable() combine

I am using a twitter jquery plugin to display a list (ul/li) of twitter posts . Also I want my users to be able to rearrange the posts as they want and I want the moved post to be marked. I saw a post here how to do so. If I use this the…
devmonster
  • 1,729
  • 8
  • 24
  • 48
0
votes
2 answers

Add list items to jqueryui through C# code-behind

I am using this plugin to display a selectable list. Although it works fine, I need these list items to be populated from code behind C#. Can you please point me into the right direction? This is the codebehind section: wnetEntities1 db = new…
Amit Philips
  • 387
  • 6
  • 17
0
votes
0 answers

Handle jQuery selectable and dblclick

I currently have a jquery selectable list set up and would like to have the ability for single items have a drop down for more information. The drop down will appear upon a dblclick of the list item. The problem I am running into is that if you…
someyoungideas
  • 259
  • 5
  • 16
0
votes
1 answer

Multiple selectables, reset all others after any selection is made

I am using more than one jquery-ui-selectable in a web page. I want the selected text value to be displayed in a text field. Basically i have designed a category structure where i have used accordion as a head and selectable as a sub-category. I am…
0
votes
1 answer

jQuery Selectable plugin on Touch Devices

I wrote a widget for selecting date ranges using jQuery because of the easy usage of the selectable plugin, only to find out that it does not work for iPad and iPhone (and presumably other touch devices as well. Is there any plugin / patch or…
Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70
0
votes
1 answer

jQuery UI Selectable unselected

OK this might be a bit of a long one, so please stick with me! I have a timetable grid in HTML showing periods/days and each cell is set a class of "selectable". I then use jQuery UI Selectable to let me select only the cells set as selectable (to…
0
votes
1 answer

jQuery UI Radio Set - Hover and Checked states without Javascript

For some reason I cannot find a proper way to adjust the HOVER and SELECTED states of the jQuery UI Radiosets. Not sure why I can't find it, perhaps someone could give me some direction? What I want to change is how the text is GREY on the blue to…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
1 answer

How to make two sets of selection by JQuery UI selectable widget?

I am trying to use UI Selectable to make two sets of selections. The process is like this: First, I select several rows then click a button to set to finish this first round selection. And the selected rows will be highlighted to a color, i.e.…
Xiaokuan Wei
  • 135
  • 6
0
votes
1 answer

jQuery UI selectable - how do I exclude elements based on partial id

I'm pretty new to jQuery, so this is basically a syntactical question. I'm using jQuery UI selectable and I would like to know how to exclude elements based on part of the element's id. In the example I have linked to here, I have divs with the…
Mikus
  • 3
  • 1
  • 2
-1
votes
1 answer

Using Jquery Selectable IDs multiple times

I am completely new to jquery and I am trying to make two lists where every item is selectable. Here is my Code: jQuery UI selectable-1
Kazuya91
  • 59
  • 7
-1
votes
2 answers

Append DOM element not working with jQuery selectable

Try to move selected item from one List to Another but append dom element not working: //Assign action modules $('#Modal_Task #assigned_module').click(function () { var list = $("#Modal_Task .unassigned li.ui-selected"); …
Govind Samrow
  • 9,981
  • 13
  • 53
  • 90
-1
votes
1 answer

How to Add a function to a dynamically created Selectable(jqueryui)?

I tried to add a function to the selectable jquery ui dynamically. I tried to generate the selectable list dynamically and assigned an function to it. The alert message from myFUnction should popped up when I clicked the list, but for some reason it…
-1
votes
1 answer

Toggle elemnts in selectable on mouse click

What I need to achieve is 1)i can select several element with every click. 2)When I click on the selected element again, It should be deselected HTML CODE :
  1. Item 1
  2. user2145585
1 2 3
15
16