AJAX helpers and script.aculo.us 'parameters:' option

Yes there is, try the :with parameter. It’s documented (somewhat) here: http://rubyonrails.org/api/classes/ActionView/Helpers/PrototypeHelper.html (see AJAX_OPTIONS)

:url => { … }, :with => “‘param=’ + javascript_variable”

Vish