diff options
author | zhixin <wenzhixin2010@gmail.com> | 2014-05-05 10:23:26 +0800 |
---|---|---|
committer | zhixin <wenzhixin2010@gmail.com> | 2014-05-05 10:23:26 +0800 |
commit | fe0a06820248001561755abb545d594c3645d8d6 (patch) | |
tree | 5bcbc970bf57efb2415ee903a56688d3ca7fcc56 /docs/js | |
parent | 35ae32b427ff30033923e81382f3f7651196fea2 (diff) | |
download | multiple-select-fe0a06820248001561755abb545d594c3645d8d6.zip multiple-select-fe0a06820248001561755abb545d594c3645d8d6.tar.gz multiple-select-fe0a06820248001561755abb545d594c3645d8d6.tar.bz2 |
Update width option docs.
Diffstat (limited to 'docs/js')
-rw-r--r-- | docs/js/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/js/index.js b/docs/js/index.js index 353c2cf..dc5ad03 100644 --- a/docs/js/index.js +++ b/docs/js/index.js @@ -21,7 +21,8 @@ $(function() { }); $('#e8').find('select').multipleSelect({ multiple: true, - multipleWidth: 55 + multipleWidth: 55, + width: '100%' }); $('#e9').find('select').multipleSelect({ selectAll: false |