Hi, I am using master page where i need to move value of one lisbox to the other with the help of Jquey i tried many ways but wasn't able to hit the nail. the methods i tried are as follows.
$("[id$='ModuleMasterListBox option:[@selected]']").appendTo($("[id$='ModuleSelectListBox']"));
$("[id$='ModuleMasterListBox option:@selected]'").appendTo($("[id$='ModuleSelectListBox']"));
var module = $("[id$='ModuleMasterListBox']").val();
module.appendTo($("[id$='ModuleSelectListBox']"));
these are the methods i tried which failed pls help me out....