Yes,
See the red one?
session.setItem("key", value);
That should be the actual value you wish to store.
- For example (in case of sperate static images):
if(value === "something"){
$w("#image1").collapse();
$w("#image2").expand();
}
Yes,
See the red one?
session.setItem("key", value);
That should be the actual value you wish to store.
if(value === "something"){
$w("#image1").collapse();
$w("#image2").expand();
}