Skip to content

Commit

Permalink
update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tshi0912 committed Sep 9, 2016
1 parent 868a426 commit d86094f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -2,9 +2,17 @@

> A simple jQuery plugin for picking provinces, cities and districts of China.
- [Homepage](http://tshi0912.github.io/city-picker)
- [Demo](http://tshi0912.github.io/city-picker)

##Release History

###v1.1.0
Add function to get the code:

```javascript
// type: null or undefined(get the full code path, separated with /), province, city, district
$('.city-picker').data('citypicker').getCode(type);
```

## Main

Expand Down

0 comments on commit d86094f

Please sign in to comment.