Is there a function
somewhere which will take a string containing a URL and return an object with
all the querystring key / value pairs?
Sam
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman
Hi all,
In Scriptaculous for, say, the following tree:
ac_page_content_1
ac_page_content_2
-> ac_page_content3
Once serialised and posted to the server (PHP) the $_POST array looks like
this:
Array
(
[0] => ac_page_content_1
[1] => Array
(
Hi *,
is there a callback or something else to get noticed, if the user starts
(stops) to drag an element of a sortable? I only found the onUpdate and
onChange callbacks, but they don't give the information I need.
Thanks in advance,
Tim
___
Rails-spi