Skip to content

Commit af1956a

Browse files
author
daffl
committed
Readme update
1 parent dd8e2fe commit af1956a

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

readme.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
@page index Home
2-
3-
Title: Home
1+
<!-- @page index Home -->
42

53
The jQuery.dForm plugin allows you to create your HTML forms programmatically from JavaScript objects
64
(and therefore JSON, too).
75

86
Usage:
97

10-
(start code)
118
var formdata =
129
{
1310
"action" : "index.html",
@@ -16,7 +13,7 @@ Usage:
1613
[
1714
{
1815
"name" : "textfield",
19-
"label" : "Label for textfield",
16+
"caption" : "Label for textfield",
2017
"type" : "text",
2118
"value" : "Hello world"
2219
},
@@ -30,15 +27,15 @@ Usage:
3027

3128
// Or to load the form definition via AJAX
3229
$("#myform").buildForm("http://example.com/myform.json");
33-
(end)
30+
3431

3532
How to get it:
36-
<Download jQuery.dForm 0.1.3 at http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz>
33+
[http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz | Download jQuery.dForm 0.1.4]
3734

3835
How to get involved:
39-
* Visit the <jQuery.dForm Google Group at http://groups.google.com/group/jquery-dform>
40-
* Fork the project on <GitHub at http://github.com/daffl/jquery.dform/>
41-
* Follow <@daffl at http://twitter.com/daffl> on Twitter
36+
* Visit the [http://groups.google.com/group/jquery-dform | jQuery.dForm Google Group]
37+
* Fork the project on [http://github.com/daffl/jquery.dform/ | GitHub]
38+
* Follow [http://twitter.com/daffl | @daffl] on Twitter
4239

4340
What it is for:
4441

@@ -56,7 +53,3 @@ supported out of the box)
5653
* scaffold forms from business objects of your server side framework
5754
* have an easy way to include jQuery UI elements and JavaScript validation
5855
* write JavaScript instead of HTML markup since your page doesn't run without JS anyway
59-
60-
Examples:
61-
62-
See some live demos at the <Examples> page.

0 commit comments

Comments
 (0)