drag drop event in javascript
Moderator: General Moderators
drag drop event in javascript
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
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: drag drop event in javascript
Look at the Prototype, jQuery, mootools, etc. Javascript libraries. They all support drag and drop. One will probably suit you.
(#10850)
Re: drag drop event in javascript
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.