Search found 6 matches

Go to advanced search

by v_kavvadias
Thu Mar 27, 2014 9:48 am
Forum: Issues
Topic: local storage problem
Replies: 1
Views: 278
 
Jump to post

local storage problem

Hi. I have created an app and i have a onbeforeunload event which saves an array in localStorage.Then i have a load event which loads it.Everything works fine in appery tester but when i test it with a samsung galaxy android phone (with QR CODE scan)the data are not saved.Any ideas why this is happe...
by v_kavvadias
Thu Mar 20, 2014 7:17 pm
Forum: Issues
Topic: Add Dynamically collipsible content
Replies: 5
Views: 608
 
Jump to post

Add Dynamically collipsible content

Thanks Maryna i got it.Another small issue.How do i remove it?

by v_kavvadias
Thu Mar 20, 2014 4:37 pm
Forum: Issues
Topic: Add Dynamically collipsible content
Replies: 5
Views: 608
 
Jump to post

Add Dynamically collipsible content

Thanks for the answer but i don't wanr to do it via a service.I want to do it via javascript.I have an array and i want to add butons to a collapsible content with button values = array values.Can you please give me an example code on how to do this?Thanks.

by v_kavvadias
Thu Mar 20, 2014 11:50 am
Forum: Issues
Topic: Add Dynamically collipsible content
Replies: 5
Views: 608
 
Jump to post

Add Dynamically collipsible content

Hi.I want to dynamically add buttons to a collapsible content.Can you please point me on how to do this?
Please do not point me to a tutorial just a simple code like Appery('collapsiblecontentName').append() will do.
Thanks

by v_kavvadias
Tue Mar 11, 2014 7:37 am
Forum: Issues
Topic: Update select menu via ajax call
Replies: 2
Views: 327
 
Jump to post

Update select menu via ajax call

OK thanks

by v_kavvadias
Mon Mar 10, 2014 8:46 pm
Forum: Issues
Topic: Update select menu via ajax call
Replies: 2
Views: 327
 
Jump to post

Update select menu via ajax call

Hi.I am trying to update a select menu, based on another select menu value via ajax call.The code is this. var value = this.value; $.ajax({ type: "GET", beforeSend: function(request) { request.setRequestHeader("X-Appery-Database-Id", "xxxxxxxxxxxxxxxxxx"); }, url: "...

Go to advanced search