Search found 12 matches

Go to advanced search

by KK
Wed Mar 25, 2015 10:58 pm
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

Thanks ,
I got a solution

Regards

by KK
Wed Mar 25, 2015 10:50 am
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

Thanks for your reply. All this I have searched already and implemented. My question is still open as other thread: My Page has 2 datepicker and I am taking both value in variable and displaying the difference in a label. Issue: first datepicker value is fetched correctly but second one is undefined...
by KK
Mon Mar 23, 2015 9:07 pm
Forum: Issues
Topic: Datepicker value
Replies: 6
Views: 1045
 
Jump to post

Datepicker value

Can someone please reply

by KK
Sun Mar 22, 2015 11:05 pm
Forum: Issues
Topic: Datepicker value
Replies: 6
Views: 1045
 
Jump to post

Datepicker value

Thanks for the response : I tried this as well and its also giving me undefined value : My Page has 2 datepicker and I am taking both value in variable and displaying the difference in a label. Issue: first datepicker value is fetched correctly but second one is undefined even when I tried with mult...
by KK
Sat Mar 21, 2015 11:12 pm
Forum: Issues
Topic: Datepicker value
Replies: 6
Views: 1045
 
Jump to post

Datepicker value

Tried this also and it is also showing value as undefined :

$("[name='SecondDate']").find('input').attr('id','inputStartDate');
var Date2= $("#inputStartDate").val();

by KK
Sat Mar 21, 2015 10:47 pm
Forum: Issues
Topic: Datepicker value
Replies: 6
Views: 1045
 
Jump to post

Datepicker value

I have 2 datepickers on my page and I am trying to access the value in a variable name of the datepicker1 = FirstDate name of the datepicker2 = SecondDate This is working : var Date1= $("[name=FirstDate] input").val(); but exactly same thing is not working for second datepicker on the same...
by KK
Sat Mar 21, 2015 2:23 pm
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

Hi ,
Can you please help me in
1)getting a value from date picker in a variable and then assigning it to a label

2)Getting a value form a label and assigning it to a date picker.

Thanks in advance.

Regards

by KK
Mon Mar 16, 2015 10:28 pm
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

Hello Alena, Thanks a lot for your reply. Actually I have gone through this code and built an app on the basis of this example which calculated number of weeks between 2 different input dates. I have no database input but only 2 front end input and then calculation so I am wondering do i really need...
by KK
Sat Mar 14, 2015 10:50 pm
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

Hello,
Can you please tell me how can I make this app(from your tutorial) work in offline mode if possible

http://devcenter.appery.io/tutorials/...

Regards

by KK
Sat Mar 14, 2015 11:16 am
Forum: Issues
Topic: Application is not working in offline mode
Replies: 16
Views: 2648
 
Jump to post

Application is not working in offline mode

So, I need to write entire code in javascript on button click to make it work in offline mode.

Or should I make a generic service to make it work in offline mode ?

Regards

Go to advanced search