Search found 83 matches

Go to advanced search

by Jordi Niubo
Tue Feb 04, 2014 9:21 am
Forum: Issues
Topic: Close Popup
Replies: 4
Views: 492
 
Jump to post

Close Popup

Hi I'm working with one app with one delete button. First, this open a new popup for confirmation. In the confirmation popup, if all it's ok, this delete the data. I need to close the actual popup and open other popup for information. This with JS. For open the popup with JS is: $.mobile.changePage(...
by Jordi Niubo
Mon Jan 27, 2014 10:33 am
Forum: Issues
Topic: How can work with only Persisten Local Data ?
Replies: 4
Views: 469
 
Jump to post

How can work with only Persisten Local Data ?

Not for the moment Maryna. If I have more errors i will tell them.
Thanks for your time :)

by Jordi Niubo
Mon Jan 27, 2014 10:17 am
Forum: Issues
Topic: How can work with only Persisten Local Data ?
Replies: 4
Views: 469
 
Jump to post

How can work with only Persisten Local Data ?

Hi

Yes I had a error with data, thanks

by Jordi Niubo
Mon Jan 27, 2014 8:36 am
Forum: Issues
Topic: How can work with only Persisten Local Data ?
Replies: 4
Views: 469
 
Jump to post

How can work with only Persisten Local Data ?

Hi

I made some App with local storage but I have some problems.

When I close the App or I restart the mobile I lose all data.

How I can save this data with no internet? Can i save in a specific file or something?

Thanks

by Jordi Niubo
Fri Jan 17, 2014 11:28 am
Forum: Issues
Topic: Edit result from service
Replies: 2
Views: 311
 
Jump to post

Edit result from service

Thought I could not save directly

thank you very much Maryna

by Jordi Niubo
Fri Jan 17, 2014 10:53 am
Forum: Issues
Topic: Edit result from service
Replies: 2
Views: 311
 
Jump to post

Edit result from service

I have a service that return all items from DDBB. Each item have Name and Number (1,2,3,4,...99,..,). In DDBB I have differents items with different Name and different items with the same Name . The idea is: list all items but if in DDBB exist 2 or more items with the same name, list only one with t...
by Jordi Niubo
Mon Jan 13, 2014 11:56 am
Forum: Issues
Topic: Save array to local variable and get it in String format. How change to array again?
Replies: 4
Views: 406
 
Jump to post

Save array to local variable and get it in String format. How change to array again?

ok thanks this work!

Then if I send this to Data Base and get it again will work?

by Jordi Niubo
Mon Jan 13, 2014 10:56 am
Forum: Issues
Topic: Save array to local variable and get it in String format. How change to array again?
Replies: 4
Views: 406
 
Jump to post

Save array to local variable and get it in String format. How change to array again?

Hi I save some items inside one array. Then, i save as local variable and get it again. Now this is in String format. I will need to have it in array format again. I read some functions, like JSON Parser, jQuery.parseJSON, but possible I wrote a wrong code or it's possible I can't use this functions...
by Jordi Niubo
Mon Jan 13, 2014 9:32 am
Forum: Issues
Topic: Get the selected value from Radio Select
Replies: 7
Views: 573
 
Jump to post

Get the selected value from Radio Select

for any one who have this problem here is one solution:

$('input:radio[name="list"]').filter("[value="+input+"]").prop("checked", true).checkboxradio( "refresh" );

Go to advanced search