Questions tagged as 'drag-n-drop'

1
answer

I can not remove an item copied from one list to another (drag and drop)

I have the following code link . My problem occurs as follows: Add a Double Steppe in the list on the right. Add a Simple Steppe in the list on the right. Add a second Double Step in the list on the right. Drag a Double Step to the...
asked by 14.01.2015 / 14:59
2
answers

How to drag elements using dragSort inside a div with scroll?

I need elements to be dragged only within a div that has scroll. For example: HTML <ul id="list1"> <li><div>1</div></li> <li><div>2</div></li> <li><div>3</div&...
asked by 20.06.2014 / 19:48
1
answer

Drag and Drop: Dropping image within another image

Good afternoon, I'm doing a Drag and Drop code and dropping an image inside another image, it just adds
asked by 19.09.2017 / 21:22
1
answer

Drag and Drop HTML Components with jQuery

I'm developing a project for my academic course and I have the following code: // Esse é um json que vem do banco de dados var Componentes = {"input": {"Label": "Textbox","Tag": "input", "Attributes": {"type": "text"},"Class": "form-co...
asked by 17.07.2015 / 23:06
1
answer

Link HTML elements

I'm trying to make a project just to learn more about HTML5 , CSS3 and Javascript . In this project I have a div that is type a panel and another div that would be a square that I would put inside that panel . I'm...
asked by 23.01.2016 / 15:45
1
answer

How to Drag an image without jQuery [duplicate]

I would like to make the user be able to drag the image when clicking on it, however without using jquery for this, using pure JavaScript. I can get the mouse position on the screen, but I can not do the function for the image to be dragged. C...
asked by 26.05.2015 / 03:18
1
answer

DragDrop for Windows Forms .txt files

I would like to know if you can use Drag and Drop in Windows Forms for files outside the application, in this case a .txt (just like in WPF). I just found examples using ListBox. If it is possible, how to get the data from the file dragged? I...
asked by 22.06.2015 / 21:34
1
answer

JavaScript - Doubt when manipulating values of div's with variables

Good afternoon! Home I am having a question regarding the manipulation of div's values ... When dragging an image of the div fundo1 (blue) or fundo2 (yellow) to div conteudo , I would like the values present within the% div...
asked by 06.10.2017 / 20:25
1
answer

CSS interfering with element position while dragging

I have a script that allows you to click and drag an element across the screen and take you to the bottom of the page, which has an area that attracts the dragged element. At the top of the page is a div with CSS: width: 100%; height: 55px;...
asked by 30.01.2015 / 21:22
0
answers

Drag & Drop on JTree

I need to implement a Drag & Drop in a% of 3 levels so that when you click on a tree node and drag it to another tree, some operations are performed. The scheme is basically: Empreiteiro | Equipe |...
asked by 31.07.2017 / 15:29