OK, I think I get it now...

But I still am thinking that there must be some libraries out there that help me more. For example, on mochikit I can sort a table

so....

is there a nice library that has something like...

a.sort('firstName','ascend');

where a is my object, etc.

or am I still missing it?  Of course I can do it myself...but :-)

Deco

On Feb 8, 2006, at 5:20 PM, Jeremy Kitchen wrote:

On Wednesday 08 February 2006 14:36, Deco Rior wrote:
I was thinking of data manipulation libraries.

sorts, inserts, etc. I have not used prototype for this since it
seemed more like div manipulation, etc. I will have to read the docs
a little more!

JSON = JavaScript Object Notation

you manipulate it using whatever javascript method you would like :)

Todd gave you a nice example of using the JSON object returned in a callback
function from prototype.

-Jeremy

--
Jeremy Kitchen ++ [EMAIL PROTECTED]

In the beginning was The Word and The Word was Content-type: text/ plain
  -- The Word of Bob.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to