method

drop_receiving_element

drop_receiving_element(element_id, options = {})
public

Makes the element with the DOM ID specified by element_id receive dropped draggable elements (created by draggable_element). and make an AJAX call By default, the action called gets the DOM ID of the element as parameter.

Example:

  <%= drop_receiving_element("my_cart", :url =>
    { :controller => "cart", :action => "add" }) %>

You can change the behaviour with various options, see http://script.aculo.us for more documentation.