File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,19 @@ Usage:
29
29
$("#myform").buildForm("http://example.com/myform.json");
30
30
31
31
32
- How to get it:
32
+ ## How to get it:
33
+
33
34
[ Download jQuery.dForm 0.1.4] ( http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz )
34
35
35
- How to get involved:
36
36
37
- * Visit the [ http://groups.google.com/group/jquery-dform | jQuery.dForm Google Group]
38
- * Fork the project on [ http://github.com/daffl/jquery.dform/ | GitHub]
39
- * Follow [ http://twitter.com/daffl | @daffl ] on Twitter
37
+ ## How to get involved:
38
+
39
+ * Visit the [ jQuery.dForm Google Group] ( http://groups.google.com/group/jquery-dform )
40
+ * Fork the project on [ GitHub] ( http://github.com/daffl/jquery.dform/ )
41
+ * Follow [ @daffl ] ( http://twitter.com/daffl ) on Twitter
40
42
41
- What it is for:
43
+
44
+ ## What it is for:
42
45
43
46
There are many server side web frameworks that support HTML form generation,
44
47
but you often end up mixing client (e.g. JavaScript validation) and server side processing concerns together.
@@ -47,7 +50,8 @@ This plugin moves the generation of forms entirely on the client side so that th
47
50
JavaScript object (usually as JSON) that contains all the information needed to create this form.
48
51
It is easily extensible for custom form elements and properties.
49
52
50
- You should try this plugin if you want to
53
+
54
+ ## You should try this plugin if you want to
51
55
52
56
* manage all your form related jQuery plugins in a unified way (jQuery UI and the Validation plugin
53
57
supported out of the box)
You can’t perform that action at this time.
0 commit comments