11 Mar 2009 at 11:47 #1 ~J~ ~J~ Soldato Joined 20 Oct 2003 Posts 7,558 Location London Does anyone know of a good snippet of Javascript code that allows me to move a table row up/down. Good as in take consideration that position 0 can't be moved 'up' and further and the last position can't be moved 'down', etc?
Does anyone know of a good snippet of Javascript code that allows me to move a table row up/down. Good as in take consideration that position 0 can't be moved 'up' and further and the last position can't be moved 'down', etc?
11 Mar 2009 at 11:50 #2 Dj_Jestar Dj_Jestar Caporegime Joined 18 Oct 2002 Posts 29,493 Location Back in East London Try writing your own with jQuery. Won't take much
11 Mar 2009 at 11:57 #3 ~J~ ~J~ Soldato OP Joined 20 Oct 2003 Posts 7,558 Location London Dj_Jestar said: Try writing your own with jQuery. Won't take much Click to expand... NEVER heard or seen of jQuery!
Dj_Jestar said: Try writing your own with jQuery. Won't take much Click to expand... NEVER heard or seen of jQuery!
11 Mar 2009 at 12:02 #4 ~J~ ~J~ Soldato OP Joined 20 Oct 2003 Posts 7,558 Location London OK, seems to do the job, but: There's an example page here: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ Now is it just me, or do these examples NOT work 'correctly' on IE7?
OK, seems to do the job, but: There's an example page here: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ Now is it just me, or do these examples NOT work 'correctly' on IE7?