Top "Selectable" questions

The jQuery UI Selectable plugin: Enable a DOM element (or group of elements) to be selectable.

How to get the innerHTML of selectable jquery element?

I have a php generated list whose list items are selectable using jquery selectable widget. The list for all intents …

javascript jquery html innerhtml selectable
destroy a function in javascript (jquery)

Is there anyone who knows how to destroy a javascript (jquery) function? I'm using jquery "selectable" and a function call "…

javascript jquery memory-leaks selectable
jQuery UI Selectable - unselect selected item on click

Does anyone know if there's a way to configure a jquery ui selectable element to unselect the selected element when …

jquery jquery-ui selectable jquery-ui-selectable unselect
Making things unselectable in IE

Here is my chart I've been writing in JS: http://jsfiddle.net/49FVb/ The css: -moz-user-select:none; -khtml-user-select: none; Works …

javascript cross-browser selectable
jQuery UI selectable - making multiple select default

I need to make multiple selection available by default, so the user doesn't have to hold ctrl. Would appreciate some …

jquery jquery-ui selectable
Jquery UI SELECTABLE, how to select one item only?

is there any way to define that, only one item can be selected with jquery.selectable widget? Or i've to …

jquery-ui selectable
jquery ui selectable and sortable combined

This is what I got: http://jsfiddle.net/hashie5/vk6rZ/ (don't mind the layout) The first table is a …

jquery jquery-ui jquery-ui-sortable selectable
TextView that is linkified and selectable?

I would like to have a TextView that is both selectable and linkified. When I do both I end up …

android textview linkify selectable
DataModel must implement org.primefaces.model.SelectableDataModel when selection is enabled, but I have already defined rowKey

I've a selectable PrimeFaces 3.4.1 datatable: <p:dataTable value="#{projectAdminisrationMB.selectedUserMemberOfGroups}" var="group1" rowKey="#{group1.name}" selectionMode="single" selection="#{projectAdminisrationMB.…

jsf primefaces selectable row-key