FSN#36009 Multiselect ingeklapt beginnen
svn path=/Website/trunk/; revision=28850
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user