jquery-ui-selectable Questions
4
Solved
There is SelectableText widget that allows you to make text selectable. But it misses the overflow parameter, which is required...
Is there any workaround, which can make it work? Or a similar solu...
Corrigible asked 20/4, 2021 at 12:53
6
it's slow when used on huge lists, etc. how make it fast?
Tameshatamez asked 6/12, 2010 at 10:6
3
Solved
Is there a way to programmatically 'unselect' any and all selected elements for a given $("#selectable").selectable() widget?
Thurible asked 20/12, 2010 at 19:14
1
Solved
I've installed jQuery and jQuery UI with npm. Upon attempting to require('jquery-ui/ui/widgets/selectable') in one of my own JS modules, I get the following error message:
TypeError: base is not a...
Ferrel asked 14/6, 2018 at 11:20
2
Solved
I want to disable a specific element of a selectable list.
I am able to disable the whole list, but when I try with specific element, it doesn't work.
$('#disableButton').click(function(){
$('#...
Cathouse asked 4/2, 2013 at 16:39
2
Solved
I have a div with divs inside. The outer one has overflow-y: auto;, so with many internal items the right scrollbar appears. After doing $('#container').selectable(); when I press left mouse button...
Smoky asked 19/12, 2013 at 7:6
3
Solved
I want to be able to change the parameters that are being passed into the selectable's start event, so I can basically allow my user to use the selectable jQuery UI effect without having to hold do...
Marylou asked 18/11, 2010 at 13:39
5
Solved
Does anybody know how to combine jQuery UI selectable and sortable ?
This script: http://nicolas.rudas.info/jquery/selectables_sortables/ doesn't work in Chrome and it also has plugin modifications...
Cataract asked 2/8, 2010 at 18:44
3
Solved
I was wondering if there is an option on the jQuery UI Selectable that will let me disable the Ctrl+Click, but still keep the draggable for the multiple selection. On my project I want to be able f...
Lathery asked 1/4, 2011 at 19:25
4
I have a list containing different some elements. I want all to be selectable, but only in groups. Like:
<ul>
<li rel="group1">Item 1</li>
<li rel="group1">Item 2</li>...
Thracian asked 3/10, 2012 at 8:20
3
Solved
I want to enable multiselect capabilities in a jQuery UI Selectable table by holding shift.
I probably should do something like this if shift is held down on mouseclick
Get topmost selected elem...
Vegetable asked 21/2, 2012 at 9:7
4
Solved
Does anyone know if there's a way to configure a jquery ui selectable element to unselect the selected element when you click it? Sort of like a toggle. If it's already selected, unselect it, other...
Vair asked 15/10, 2010 at 21:58
5
Solved
can anyone help me use the jquery ui selectable library to perform the following functions:
Allow a user to select multiple items with a mouse click
De-select an item if it is already selected wi...
Bell asked 9/12, 2010 at 7:56
6
Solved
I have a range of items that are selectable. I would like to add a button somewhere that activates a preset selection amongst those. Is there a way I can do that?
What I would like is to tell it t...
Zaidazailer asked 29/6, 2010 at 11:5
3
Solved
I'm using JQuery UI - Selectable. I want to deselect the element if it has been pressed and it has already been selected (toggle)
Could you help me to add this functionality please !
Georgetown asked 19/4, 2011 at 15:2
3
Solved
Basically I am using jQuery ui's selectable functionality on a ul, but the ul will often times have a scrollbar, and this scrollbar becomes unusable in Webkit browsers since when you try to click o...
Mctyre asked 12/11, 2009 at 22:51
1
© 2022 - 2024 — McMap. All rights reserved.