I am sorry to bother you again. I'm simply not getting the value of the selected list item. I do not want to pass it to another page. I only need to have that value.
I've tried with running a script as a click event on the multilistitem:
var $this = $(this);
alert($this(1).text());
== no value
The suggested way described under http://help.gotiggr.com/getting-start... desn't work either. Saving the Text property in a local storage variable returns null!
I've got the feeling, that something is wrong with populating the list on the screen. It appears to be right but behaves some kind of strange.
When mapping my restservice, passing variables over with the local storage worked always fine in the past. But this time I had to fill my list with java script instead of mapping it, because the array I need comes with duplicates I don'T want to display on the scren.
Thanks