diff --git a/index.html b/index.html index 8036bcbe..55fd33ed 100644 --- a/index.html +++ b/index.html @@ -1099,6 +1099,38 @@

Configuration Options

}); </script> + + +

+ This does also work for long options: +

+ +
+ + +
+
+
+<script type="text/javascript">
+    $(document).ready(function() {
+        $('#example-buttonWidth-overflow').multiselect({
+            buttonWidth: '150px'
+        });
+    });
+</script>
+
+