Max,
thanks for your help and for always responding so quick.
I am sorry, but I think I asked my question wrong.
Here is the short version of what I want to do:
I do have a list filled by custom java script.
Then I want to click on one of the items to get the label/text value of that item and store it in a local storage variable. That's all.
I can't do it with "Set Local Storage Variable", it's not working with my customized filled list, though it works fine with a list filled by mapping.
When I run the following custom java script as a tap event on the list...
var $CategoryList = Tiggr('mobilelistCategory');
alert($CategoryList.text());
...I get this result:
How can I manage by java script to get "education" as a value to store in a local storage variable when I click on the listitem education and so on?
I am just a java script beginner, so I apologize for my stupid questions.
This specific task seems to me so common and I can't find any a little guideline to achieve that goal. My eyes start already hurting from searching the web for hours and hours.
If you can provide me a real code example on that, you'll become my live saver of the day.