summaryrefslogtreecommitdiffstats
path: root/docs/js
diff options
context:
space:
mode:
authorzhixin <wenzhixin2010@gmail.com>2014-05-05 10:23:26 +0800
committerzhixin <wenzhixin2010@gmail.com>2014-05-05 10:23:26 +0800
commitfe0a06820248001561755abb545d594c3645d8d6 (patch)
tree5bcbc970bf57efb2415ee903a56688d3ca7fcc56 /docs/js
parent35ae32b427ff30033923e81382f3f7651196fea2 (diff)
downloadmultiple-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.js3
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