FSN#36009 Multiselect ingeklapt beginnen

svn path=/Website/trunk/; revision=28850
This commit is contained in:
Jos Groot Lipman
2016-04-12 07:34:11 +00:00
parent 447c87e0ee
commit dd44d9a745

View File

@@ -315,7 +315,7 @@ jQuery.fn.filterByText = function(textbox, selectSingleMatch) {
var options = $.extend(defaults, options);
return this.each(function() {
var lbl = $("<span fcltfor='" + this.id + "' class='multi_select_toggle'>").html(options.label);
var lbl = $("<span fcltfor='" + this.id + "' class='multi_select_toggle' />").html(options.label);
var div = $('<div />').addClass('multitoggle'); // deze div schuiven we 20px naar links
$(this).wrap(div);
$(this).before(lbl);