Re: [Rails-spinoffs] dragdrop.js problems - workaround here

2006-04-24 Thread Frank Schummertz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sammi Williams wrote: > The problem lies on lie 872. Basically, this will form a query string > that looks like this: > > tree[0]=1&tree[0][0]=2 > > which should obviously be illegal - if tree[0] is a string (ie, Thanks Sammi - just yesterday I sto

[Rails-spinoffs] dragdrop.js problems - workaround here

2006-04-24 Thread Sammi Williams
Hello, I am not sure how many people are using the shiny new tree version of dragdrop.js - well it seems that someone arbitrarily changed part of my implementation and has broken the functionality with rails:864   serialize: function(element) {865     element = $(element);866     var options = Obje