//$(function () { // $("#FirstBox option:first,#SecondBox option:first").attr("selected", true); // $("#FirstBox").dblclick(function () { // $("option:selected", this).clone().appendTo("#SecondBox"); // $("option:selected", this).remove(); // }); // $("#SecondBox").dblclick(function () { // $("option:selected", this).clone().appendTo("#FirstBox"); // $("option:selected", this).remove(); // }); // $("#add").click(function () { // $("#FirstBox option:selected").clone().appendTo("#SecondBox"); // $("#FirstBox option:selected").remove(); // }); // $("#remove").click(function () { // $("#SecondBox option:selected").clone().appendTo("#FirstBox"); // $("#SecondBox option:selected").remove(); // }); // $("#addall").click(function () { // $("#FirstBox option").clone().appendTo("#SecondBox"); // $("#FirstBox option").remove(); // }); // $("#removeall").click(function () { // $("#SecondBox option").clone().appendTo("#FirstBox"); // $("#SecondBox option").remove(); // }); // $("#FirstBoxup").click(function () { // var so = $("#FirstBox option:selected"); // if (so.get(0).index != 0) { // so.each(function () { // $(this).prev().before($(this)); // }); // } // }); // $("#FirstBoxdown").click(function () { // var alloptions = $("#FirstBox option"); // var so = $("#FirstBox option:selected"); // if (so.get(so.length - 1).index != alloptions.length - 1) { // for (i = so.length - 1; i >= 0; i--) { // var item = $(so.get(i)); // item.insertAfter(item.next()); // } // } // }); // $("#SecondBoxup").click(function () { // var so = $("#SecondBox option:selected"); // if (so.get(0).index != 0) { // so.each(function () { // $(this).prev().before($(this)); // }); // } // }); // $("#SecondBoxdown").click(function () { // var alloptions = $("#SecondBox option"); // var so = $("#SecondBox option:selected"); // if (so.get(so.length - 1).index != alloptions.length - 1) { // for (i = so.length - 1; i >= 0; i--) { // var item = $(so.get(i)); // item.insertAfter(item.next()); // } // } // }); //}); (function ($) { $.fn.MultiSelectsBox = function (options, param) { function ConcatColumnTag(str) { var html = "