Skip to content

Commit

Permalink
Remove code example from changelog. GitHub does not render them well.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Oct 26, 2013
1 parent fcad77d commit 75a154d
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,8 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit
* Zepto support.
* Bower support.
* Ability to bootstrap selects by passing JSON data in settings. Avoids making the initial AJAX calls.
* Alternate but prettier syntax for remote version. Allow you to pass all settings as one hash.<br>
```
$("#series").remoteChained({
parents : "#mark",
url : "/api/series.json",
bootstrap : {
"--" : "--",
"series-3" : "3 series",
"series-5" : "5 series",
"series-6" : "6 series",
"selected" : "series-3"
}
});
```
<br>
* Optionally send additional values of non chained inputs when using remote version<br>
```
$("#transmission").remoteChained({
parents: "#engine",
url: "/api/transmissions.json",
values: "#model"
});
```
* Alternate but prettier syntax for remote version. Allow you to pass all settings as one hash.
* Optionally send additional values of non chained inputs when using remote version

### 0.9.5

Expand Down

0 comments on commit 75a154d

Please sign in to comment.