Just a bit of clarity might help. Here is what I implemented before:
searchPage:
On "mobilelist_19" click, set LSV. (var name = Shows, bind to component = yes, target = series_name, Property Name = text), then navigate to mainPage.
mainPage:
On "mainPage" load, set Property (component name = mobilelistitem_27, property name = text, read from LSV = yes, value = Shows)
My interpretation of what you are saying:
Step 1: I do not need to change anything with what I already implemented.
Step 2: I add a "click" event to "run js" action and paste the code you provided. How do I know what to put in for the var id?
Step 3: I add a "load" event to the page with the "run js" action and paste the code you provided.
I have done some work with it, but when i put a var id in for the "...", I get a var not defined.
(apologies for my basic JS knowledge)