Search found 53 matches

Go to advanced search

by Randy7611273
Sun Aug 30, 2015 7:30 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

by Randy7611273
Sun Aug 30, 2015 7:17 pm
Forum: Issues
Topic: How to get Index of Local Array Object
Replies: 2
Views: 599
 
Jump to post

How to get Index of Local Array Object

How can I get the index value from the Local Array for a clicked item? The working code below is JS on the button in the displayed list: //----- //This Vote var row = jQuery(this).closest("tr"); var thisSong = row.find('[name=" id"]'); var thisSongID = thisSong.text(); //console....
by Randy7611273
Sun Aug 30, 2015 4:32 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

We're so close! How can I get the index value from the Local Array for the clicked item? The working code below is JS on the button in the displayed list: //This Vote var row = jQuery(this).closest("tr"); var thisSong = row.find('[name=" id"]'); var thisSongID = thisSong.text(); ...
by Randy7611273
Fri Aug 28, 2015 3:51 am
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

Hi Yurii, Thank you for your patience with me... I think we're almost there! With the above code, I am able to change the value of votedReturn at array index 0 [0]. How can I either (1) get the index value and set it based on a variable or - (2) change votedReturn where songID = clickedSong? liveEve...
by Randy7611273
Tue Aug 25, 2015 2:30 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

by Randy7611273
Mon Aug 24, 2015 2:29 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

by Randy7611273
Mon Aug 24, 2015 2:28 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

by Randy7611273
Mon Aug 24, 2015 2:27 pm
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4891
 
Jump to post

How to update Local Storage Array

Hello Yurii, I apologize if I am not using the proper terminology or syntax. Below are screenshots of my Model and Storage. Using this code console.log(Apperyio.storage.votedReturn.get()); throws errors: TypeError: Cannot read property 'get' of undefined at Appery.localService2JS.Appery.createClass....
by Randy7611273
Fri Aug 21, 2015 9:53 pm
Forum: Issues
Topic: If statements and comparison values
Replies: 6
Views: 890
 
Jump to post

If statements and comparison values

Alright... I'm making progress, but I'm still having issues. This works: if ( var1 var2 ) This does not... and neither do any other variations I've tried: if ( var1 : { "$gt" : var2 } ) I'm running into problems with syntax when trying to use proper comparison values (ex: $gt instead of ).
by Randy7611273
Fri Aug 21, 2015 7:30 pm
Forum: Issues
Topic: If statements and comparison values
Replies: 6
Views: 890
 
Jump to post

If statements and comparison values

Hello Sergiy,

Is it possible to provide me with an example that will work?

Thanks!
Randy

Go to advanced search