Skip to content

Commit

Permalink
update version and link to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
corinis committed Feb 18, 2015
1 parent 5bab5aa commit 34130b9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ You can also check out some [Demos](http://www.gargan.org/jsform/index.jsp).

# Download

Current Version: 1.1.2
Current Version: 1.3.0

* [Minified](https://github.com/corinis/jsForm/raw/master/dist/jquery.jsForm-1.1.2.min.js) + [map](https://raw.github.com/corinis/jsForm/master/dist/jquery.jsForm.min.map)
* [Source](https://github.com/corinis/jsForm/raw/master/dist/jquery.jsForm-1.1.2.js)
* [Minified](https://github.com/corinis/jsForm/raw/master/dist/jquery.jsForm-1.3.0.min.js) + [map](https://raw.github.com/corinis/jsForm/master/dist/jquery.jsForm.min.map)
* [Source](https://github.com/corinis/jsForm/raw/master/dist/jquery.jsForm-1.3.0.js)

# Documentation

Expand Down Expand Up @@ -113,4 +113,10 @@ $(function(){
</html>
```


## Also check out the other samples:
* [complex json with collections within collections](https://raw.github.com/corinis/jsForm/master/complex-sample.html)
* [complex json with collections, sortable and editable](https://raw.github.com/corinis/jsForm/master/sortable-editable-sample.html)
* [select from a given list of objects](https://raw.github.com/corinis/jsForm/master/sample-multiselect.html)
* [show elements based on conditions within the data](https://raw.github.com/corinis/jsForm/master/sample-conditional.html)
* [use the tagit control to select from a list of objects](https://raw.github.com/corinis/jsForm/master/autocomplete-form-tagit.html)

0 comments on commit 34130b9

Please sign in to comment.