diff options
Diffstat (limited to 'jquery.multiple.select.js')
-rw-r--r-- | jquery.multiple.select.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js index 1d9581f..c55fa32 100644 --- a/jquery.multiple.select.js +++ b/jquery.multiple.select.js @@ -24,7 +24,7 @@ var attValue = that.$el.attr(att) || ''; attValue = (att === 'class' ? ('ms-parent' + (attValue ? ' ' : '')) : '') + attValue; return attValue ? (' ' + att + '="' + attValue + '"') : ''; - }).join('') + '>'); + }).join('') + ' />'); this.$choice = $('<button type="button" class="ms-choice"><span class="placeholder">' + options.placeholder + '</span><div></div></button>'); this.$drop = $('<div class="ms-drop ' + options.position + '"></div>'); |