README.textile in jquery-ui-form-0.2.7 vs README.textile in jquery-ui-form-0.2.8
- old
+ new
@@ -45,10 +45,13 @@
* required => true | false
* hint => "Text" (output as placeholder)
* collection => ["Value"] | [["ID","Value"]] | object_relation
** label_method => Method to get label from collection
** value_method => Method to get label from collection
-
+h2. Form for Options
+ * :novalidate => true
+ * :autofocus => true
+
h2. Sample
<pre>
= jquery_form_for :sample do |f|
=f.input :sample_id, :as => :hidden
=f.fieldset "Person" do