summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
diff options
context:
space:
mode:
author文翼 <wenzhixin2010@gmail.com>2014-07-24 07:40:42 +0800
committer文翼 <wenzhixin2010@gmail.com>2014-07-24 07:40:42 +0800
commit3f172628f95396b3f94ec3431b7028744185177f (patch)
tree58e988f0d86a1819a1b63b9ea1dee2731f499e6e /jquery.multiple.select.js
parent24d08205836cf772a01049f5da2a0bb37f2bd670 (diff)
parent9d445ad0fa0d0640b02f16a67bd095e47c163270 (diff)
downloadmultiple-select-3f172628f95396b3f94ec3431b7028744185177f.zip
multiple-select-3f172628f95396b3f94ec3431b7028744185177f.tar.gz
multiple-select-3f172628f95396b3f94ec3431b7028744185177f.tar.bz2
Merge pull request #115 from steunix/patch-1
Update jquery.multiple.select.js
Diffstat (limited to 'jquery.multiple.select.js')
-rw-r--r--jquery.multiple.select.js2
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>');