I’ve been using JQuery for a while now and really agree with its tag line that it’s the “The Write Less, Do More, JavaScript Library”. We’ve also got this code for dragging and dropping table rows that has proved very popular, so it seemed natural to combine the two and wrap [...]
Summary: This article tells you how to implement drag and drop for HTML tables in Javascript. You can download the source here and play with the demo here.
Updated: now copes with multiple tables on the same page, non-drag and non-drop rows (such as headers) and embedding form elements. Also [...]
This is a little tip that I discovered a while ago but which I’m always forgetting, so I thought I’d post it here where I woudn’t lose it! Sometimes you’ll have a link on a web page which actually does something to a database, deletes the current thing for example. In those circumstances you want [...]
In one of my current projects I need to have a table of data that the user can reorder. A quick search of the internet doesn’t turn up any javascript howtos or frameworks that allow dragging and dropping of table rows, so I had to role my own. I’ve written an article about how to [...]
Note: See the May 2008 update at the bottom of this article.
One of the problems when writing JavaScript is that you don’t have a development environment with a debugger to find out what’s going on. For Microsoft platforms, there is the Microsoft Script Debugger which provides some help, but [...]
If you enjoyed reading or using this, please consider donating
Tags
ADSI Architecture C++ CSS CUPS databases Debugging design Drag & Drop EEE PC Entourage Firefox free tools Graphs Groovy Hardware Hibernate HTML Internationalisation Internet Explorer Java Javascript JNI JSP LDAP Lisp Localisation Mac MacBook Mac OS X Mail Mobile Broadband MySQL Occam Operating Systems Parallels Persistence printing requirements Rules security UTF8 Web Web development Windows
