drag drop event in javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
rasiti
Forum Newbie
Posts: 2
Joined: Tue Mar 18, 2008 4:09 am

drag drop event in javascript

Post by rasiti »

i m developing a website in which i m using javascript on front end...i want to use drag drop event within a limited area..can anyone help me plz
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: drag drop event in javascript

Post by Christopher »

Look at the Prototype, jQuery, mootools, etc. Javascript libraries. They all support drag and drop. One will probably suit you.
(#10850)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: drag drop event in javascript

Post by pickle »

Don't use Javascript on the front end of any public website unless it can operate just fine without javascript.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply