Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Accessing list item text value by javascript

How can I access the list item text of a manually filled List.
I want to use the text value to pass to the next screen with a tab-event

Filled the list with the following code:
list.append("lia rel="nofollow"" + layername + "/a/li").listview("refresh");

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Accessing list item text value by javascript

Are you going to be clicking on list item or a tab (in the header or footer)?

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Accessing list item text value by javascript

on the list item

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Accessing list item text value by javascript

These tutorials show how to do that:

http://help.tiggzi.com/getting-starte...

http://help.tiggzi.com/getting-starte...

http://help.tiggzi.com/getting-starte...

You place a label inside the list. Make it hidden. On click, save the value into local storage and read it from local storage on next page.

Return to “Issues”