Search found 4 matches

Go to advanced search

by Shlomi
Thu Mar 29, 2012 4:11 pm
Forum: Issues
Topic: Adding suffix to local variable
Replies: 2
Views: 424
 
Jump to post

Adding suffix to local variable

Cool!

by Shlomi
Thu Mar 29, 2012 3:31 pm
Forum: Issues
Topic: Adding suffix to local variable
Replies: 2
Views: 424
 
Jump to post

Adding suffix to local variable

Hi, I would like to use input from the user (mobilesearchbar1), add suffix to it (as hello), and saving it to local variable (locInputSuffix) using the following java script: var s = Tiggr('mobilesearchbar1'); localStorage.setItem('locInputSuffix', 's.val()+hello'); But it doesn't work. Any idea why...
by Shlomi
Wed Mar 28, 2012 3:25 pm
Forum: Issues
Topic: i want to search specified record in parse with value of field
Replies: 8
Views: 1117
 
Jump to post

i want to search specified record in parse with value of field

Do you mean the following:
return '{"text":"'+value.name1+'","suffix":"'+value.name2+'"}';
And, you can drag only one JSON value. How the query know what is the second value?

by Shlomi
Wed Mar 28, 2012 7:20 am
Forum: Issues
Topic: i want to search specified record in parse with value of field
Replies: 8
Views: 1117
 
Jump to post

i want to search specified record in parse with value of field

but how can you map 2 values and not just one?

Go to advanced search