The jQuery UI Selectable plugin: Enable a DOM element (or group of elements) to be selectable.
I have a php generated list whose list items are selectable using jquery selectable widget. The list for all intents …
javascript jquery html innerhtml selectableIs there anyone who knows how to destroy a javascript (jquery) function? I'm using jquery "selectable" and a function call "…
javascript jquery memory-leaks selectableDoes 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 unselectHere 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 selectableI need to make multiple selection available by default, so the user doesn't have to hold ctrl. Would appreciate some …
jquery jquery-ui selectableis there any way to define that, only one item can be selected with jquery.selectable widget? Or i've to …
jquery-ui selectableThis 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 selectableI would like to have a TextView that is both selectable and linkified. When I do both I end up …
android textview linkify selectableI'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