jafar
jafar

Reputation:

information about drag & drop!

presently I am doing a program for audio player in HTML & javascript.I want to DRag some songs from my files and drop to my audio player program.plesse ,how can i?

Upvotes: 1

Views: 169

Answers (2)

RichieHindle
RichieHindle

Reputation: 281345

Use the jQuery UI library to do the heavy lifting, otherwise it'll be a world of pain to get right, and to make it work it all the common browsers.

There's an article on how to do that here: Using JQuery to Add Drag and Drop Support

Upvotes: 2

Pradeep
Pradeep

Reputation: 2497

You should use a drag and drop applet probably. There are a lot of free drag and drop applets available in the Internet which are easy to configure and use. (Interestingly Google is not working for me right now. Let me look at it :)

Upvotes: 0

Related Questions