Hi All,
I am trying to Move items across between K2 MultiSelect control using two Up and Down buttons ,
For that am trying to pass the selected item of the Multiselect to a jquery which is in an expression, but I am not able to invoke the selected item.
For Example:
I am trying to print this highlighted item “Los Angeles” on a button click using jquery alert ,But its not coming.
I have tried to print the “div.hoverdiv.option.selected” but didnt work.
jsscript : var str=$(“div.hoverdiv.option.selected”).val();
Is there any way to get the the clicked item from multi-select. Thanks!