Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
126 views

I am working on a React Native application where I want to modify the native text selection menu (the menu that appears when you long-press on text). Specifically, I want to add a custom option ...
Arpit Mishra's user avatar
0 votes
0 answers
90 views

Report designer uses divs to create fields, horizontal and vertical lines. jQuery UI selectable is used to make them selectable. HTML: <div class='designer-panel-body' style='height:100px'> &...
Andrus's user avatar
  • 28.2k
0 votes
0 answers
1k views

I want make selectable buttons(I know how to do it but), i cant do like in example . The first button(all) doesnt need to have icon. And the last two button need to be on new line. When i try all ...
Edgar's user avatar
  • 35
1 vote
0 answers
400 views

I have a Selectable Text and a long text. but when i select text with event long press, the screen has scrolled up top.can you tell me how to solve this problem? import 'package:flutter/material.dart';...
Tiến Nguyễn's user avatar
13 votes
4 answers
4k views

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 ...
Andriy Antonov's user avatar
0 votes
2 answers
436 views

I have prepared a jsFiddle for my question - I am trying to have jQuery UI Selectable in a table with yellow header and footer rows. Once as a grid of numbers in the left cell and then as a list of ...
Alexander Farber's user avatar
0 votes
0 answers
126 views

I have an div in which I want to put only one children. That is, after the position of the element, turn off the property sortable and turn it on again after moving his child source code,if you change ...
Ravshan Gafurov's user avatar
0 votes
0 answers
65 views

Since there are HTML DOM attributes to make an element draggable, droppable and resizable, is there something like it for selectable? I want to remove JQueryUI dependency (and not replace it with ...
davidjmcclelland's user avatar
0 votes
1 answer
53 views

I'm trying to make a jquery selectable that makes some elements selectable using filter, but also have some other elements with a different class be available for dragging (but I am not trying to make ...
azeldes's user avatar
  • 313
0 votes
0 answers
35 views

I want to click and select a interval of a text using Jquery Selectable, but if this sentence has a line, it breaks the interval. I guess I am missing some parameter on the $( function() { $( "#...
Cristian Röthig's user avatar
0 votes
2 answers
43 views

I have a small example with draggable - clonable elements. Each element must be dragged first from upper left corner to droppable area (div below). I would like to mark all selected elements with ...
FrenkyB's user avatar
  • 7,307
0 votes
0 answers
456 views

I'm trying to use jQuery selectable in a datatable column checkbox list. The fiddle shows the 'Office location' list of checkboxes which all function correctly when selectable is turned off. With ...
Silverburch's user avatar
1 vote
2 answers
3k views

I'm looking for a way to select and load a javascript from the html file arguments. The html file is called as follows: OSM_Map.html?year=2017 or OSM_Map.html?year=2018 In the OSM_Map.html file ...
Rob Udo's user avatar
  • 11
1 vote
0 answers
42 views

I have this table: <table id="tbl" border="1"> <thead> <tr> <th>Action</th> <th>Note</th> </tr> </thead> <tbody> <tr> <...
Babboe7 Test's user avatar
1 vote
1 answer
429 views

I'm using the JQuery-UI Selectable plugin: https://jqueryui.com/selectable/ and I want to select some items inside a sub-menu. A minimal example: $(".selectable").selectable(); .parent { ...
Nazkter's user avatar
  • 1,110
5 votes
1 answer
7k views

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 ...
zepp133's user avatar
  • 1,620
0 votes
1 answer
17 views

I have angularjs project.I have used jquery-ui selectable to select cell from table.If i used table with 10 rows and 10 cols selectable is working fine. but when Create table with 50rows and 50 cols ...
Mitesh Prajapati's user avatar
1 vote
2 answers
421 views

I want the text in the textView select able, copy able but not paste or writable. I want to prevent user writing or pasting over the existing text. How can I do that? I have used the following code ...
user avatar
1 vote
1 answer
644 views

I am trying the Serialize sample in jQuery. I notice one behavior that I can select unrelated elements using mouse and Ctrl key. I only want to select consecutive elements and not all elements on ...
Kunal Mukherjee's user avatar
3 votes
1 answer
408 views

I have a strange bug concerning the jQuery UI selectable. If I use a transform (scale + translate) within the selectable container, the lasso seems to be incorrect for selecting objects. Visually the ...
marius's user avatar
  • 1,282
0 votes
1 answer
48 views

I have a table with an ordered list. The ordered list contains selectable timestamps. One table entry "td" is a day. (I am programming a web calendar). <td class="day"><div class="scroll">...
Kazuya91's user avatar
0 votes
1 answer
44 views

I want to assign an ID to every Element(.grid__area) that gets created by the user. For Example: area1, area2 and so on. Problem is that I can't figure out where to place it correctly. Codepen: https:...
Bill Bronson's user avatar
1 vote
2 answers
1k views

This a sample of the script I have so far. The default behavior once an <li> is selected, is to change the background color to orange (also default). My goal is to have every <li> changing ...
user3308000's user avatar
1 vote
0 answers
31 views

Here is example: https://jsfiddle.net/u90z12zd/ When I comment $('ul').selectable(); onclick events on anchors work, with selectable events are unbound.
Maxim's user avatar
  • 243
0 votes
1 answer
85 views

I have a calendar grid (for month). And I want to select period for event. Like at the picture: Picture 1. Picture 2. How can I implement such a selection (when user drag down with the mouse over the ...
Ddd's user avatar
  • 205

1
2 3 4 5
8