Skip to content

Instantly share code, notes, and snippets.

@mnordin
Created November 3, 2011 23:17
Show Gist options
  • Select an option

  • Save mnordin/1338234 to your computer and use it in GitHub Desktop.

Select an option

Save mnordin/1338234 to your computer and use it in GitHub Desktop.
Example form without jQuery Mobile ajax transition
<%= form_for @user, :'data-ajax' => "false" do |f| %>
<!-- form body -->
<%= f.submit "Save", :'data-theme' => "b" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment