I recently wanted to do something similar with showing a debug output DIV. Here's my code:var BugTool = Class.create();BugTool.prototype = { element: null, initialize: function(element, options) {
this.element = $(element); Event.observe(document, "keyup", this.onKeyUp.bindAsEventListener
Thanks for your reply, but I don't actually want a tree. I want two independent lists - I don't want the user to be able to drag answer list items into the question list..Justin
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://l
Hi,Forgive me if this has been discussed/resolved before. I have done a search of both this mailing list and the web, but I can't find a solution to my problem (which is odd as I would think plenty of people would have the same requirement and therefore the same problem).
Basically, I have a OL of