Skip to content

Commit a60526d

Browse files
authored
Update README.markdown
1 parent f56736f commit a60526d

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.markdown

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ JSON much easier to work with than DOM or string manipulation.
1414

1515
# How do I use it?
1616

17-
If you want to see the code and demo first: http://jsfiddle.net/davidhong/PRpJT/
18-
1917
Simply include the `jQuery.serializeObject.js` along with any `jQuery` instance
2018
and use it like `$.serialize`.
2119

@@ -46,29 +44,8 @@ will return:
4644
]
4745
}
4846

49-
## Change log
50-
51-
### 2.0.3
52-
53-
- Add MIT License
54-
55-
### 2.0.2
56-
57-
- Add support for $.noConflict mode
58-
59-
### 2.0.0
60-
61-
*Major version change: Camel casing of names have been removed. Please use
62-
version 1.0.4 if you require camel casing of names.*
63-
64-
- Remove `$.data` like camelCasing on names
65-
66-
### 1.0.4
67-
68-
- Fix an issue (#2) where arrays longer than 2 resulted in incorrect values
47+
## [Change log](https://github.com/long76/jQuery.serializeObject/blob/master/CHANGELOG.markdown).
6948

7049
## Known issues
7150

7251
- In rare cases, this won't work with old checkbox/hidden hack. See [this issue for more details](https://github.com/hongymagic/jQuery.serializeObject/issues/9).
73-
74-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hongymagic/jquery.serializeobject/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 commit comments

Comments
 (0)