Created
November 3, 2011 23:17
-
-
Save mnordin/1338234 to your computer and use it in GitHub Desktop.
Example form without jQuery Mobile ajax transition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%= 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