Skip to main content

All Questions

Tagged with
2 votes
1 answer
201 views

How to control the source TD styling in a drag and drop JavaScript?

In a drag and drop cycle you can control all kind of styling of the 'dragged element' and at ondrop, but is it also possible to control styling of the source? In my case I drag an ancher element from ...
Johan de Klijn's user avatar
0 votes
2 answers
1k views

Drag and Drop ALL Type of File on webApp

I need to add at my web site a drag & drop function that allows the upload of all type of files (pdf, jpg, txt, etc.). And I need a function to store this file in a specific directory. I've ...
NarcosZTK_10's user avatar
0 votes
0 answers
103 views

HTML DRAG AND DROP Items will not drag and drop back into original area

I built a small program that allows a user to drag and drop different items into different spots and save it as their personal home page. The problem I am having is that I need to send the generated ...
macy.s's user avatar
  • 1
2 votes
0 answers
3k views

How to create drag drop navigation menu manager like wordpress? [closed]

I have built a simple CMS, but stuck at how to manage navigation menu from admin area, I want it to be as navigation menus in Wordpress which can drag and drop and give some indent for child menu. So ...
Dark Cyber's user avatar
  • 2,231
1 vote
2 answers
40 views

Drag 'n Drop Destroys ID Numbering Scheme?

I have a web app which include a questionnaire editor. There can be many questions; each can have many answers; and each question has two sets of radio buttons for setting various question options. ...
VikR's user avatar
  • 5,000
1 vote
0 answers
113 views

Generating text file after using drag and drop feature

I am trying to generate a text file upon drag and dropping the elements in their respective positions. You can take a look at my code http://jsfiddle.net/4r4g3/ <script src='https://raw.github....
Surya's user avatar
  • 103
3 votes
1 answer
5k views

HTML5 Drag and Drop dropzone

I am having an issue with drag and drop. My issue is that when one element is dropped into the dropzone it will sometimes be inserted into another element and not the dropzone div. jsFiddle: http:/...
dannyn382's user avatar
  • 363
3 votes
1 answer
2k views

Drop down menu (list) not compatible with I.E.?

Fixed by adding: <meta http-equiv="X-UA-Compatible" content="IE=9" /> The problem was that IE rendered it as Quirk mode, So after the suggestions I disabled it and my page was perfect! So I ...
MOTIVECODEX's user avatar
  • 2,702