Follow my updates with RSS

Archive for the ‘jQuery’ Category

Sortable table rows with jQuery – Draggable rows

June 23rd, 2009 | 31 Comments »

A couple of days ago I explained how I added controls to a table that when clicked, moved a table row (TR element), up and down within a table.

You can take a look at the solution for that problem by reading “Sortable table rows with jQuery“.

As so often happens with the code I write, I saw an opportunity to tweak and refine it. I was prompted to make these changes when a colleague complained that one should be able to drag and drop the rows within the table.

Again I found that the problem wasn’t so hard to solve as I first imagined. Read on and I will show how I achieved it.
Read the rest of this entry »

VN:F [1.4.6_730]
Rating: 4.6/5 (50 votes cast)


Sortable table rows with jQuery.

June 21st, 2009 | 19 Comments »

I was working on a web application today and found myself needing to do something I haven’t needed to do previously. It has probably been explained far better elsewhere and is more than likely a common task for most people but for me it was something new. I’ve done so much on the web and it’s always good to be reminded that there is plenty I haven’t touched yet.

Read the rest of this entry »

VN:F [1.4.6_730]
Rating: 4.2/5 (22 votes cast)