Search found 470 matches

Go to advanced search

by Ellen Schlechter
Tue Feb 18, 2020 6:57 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

What should myArray be because it returns undefined right now?

by Ellen Schlechter
Sat Feb 15, 2020 12:22 am
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

Okay, so with the current implementation as outlined above, the console.log shows the result of: pre arrayJS = 58d82049a428932046b19ca5 /pre If you look at the screenshot of the what is on the device, there are two rows in the grid with two unique ids. In that case, I want both ids to show up in the...
by Ellen Schlechter
Wed Feb 12, 2020 4:35 am
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

Has anyone had a chance to take a look at this?

by Ellen Schlechter
Fri Feb 07, 2020 4:52 am
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

You are correct. Everything is fine in local storage. But now I am on to the next step and I am trying to break it apart. My result is in the console now instead of in storage. Image

by Ellen Schlechter
Wed Feb 05, 2020 5:46 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

This is the code I use: prevar arrayJS = value.C; console.log("arrayJS = ", arrayJS); var arrayJSON = JSON.stringify(arrayJS); console.log("arrayJSON = ", arrayJSON); return arrayJSON;/pre My expectation: Since there are two items in the popup (see...
by Ellen Schlechter
Tue Feb 04, 2020 3:34 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

I have tried that but I still get about the same result. Image
Image

by Ellen Schlechter
Sun Feb 02, 2020 3:32 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

So if I have it saved in local storage in the way you have outlined above, how do I get just the "B" values back through mapping? Right now, whatever I do only gives me the first value rather than all of the values stored. This is how I have it mapped: https://d2r1vs3d9006ap.cloudfront.net...
by Ellen Schlechter
Wed Jan 22, 2020 4:28 am
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

Thank you! Do you know why it has an empty object last? It shouldn't be there at all... Image

by Ellen Schlechter
Mon Jan 20, 2020 10:12 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

Thank you for the advice. In doing that with the code below, I don't get each individual value. prevar checkboxValues = []; $("[name=mobilegrid_889 ]").each(function(){ var C = Apperyio("mobiletextinput_896").val(); var B = Apperyio("mobilelabel_895")&am...
by Ellen Schlechter
Thu Jan 16, 2020 3:22 pm
Forum: Issues
Topic: Save checkbox values to local storage
Replies: 29
Views: 9684
 
Jump to post

Save checkbox values to local storage

It is set by mapping.

Go to advanced search