problem description
formmultipleselect
the environmental background of the problems and what methods you have tried
js
related codes
/ / Please paste the code text below (do not replace the code with pictures)
$("- sharpmultiselect") .change (function () {
$("select :selected").each(function() {
str +=","+$(this).val();
});
//strformaction
});