Submitting a form without using submit_tag

<%= link_to_remote ‘Submit’, { :url => { :action => ‘create’ }, :with => “Form.serialize($(‘form_id’))” }, { :class => “style_class” } -%>

Vish