Search found 44 matches

Go to advanced search

by jmd2004
Wed Oct 14, 2020 9:25 pm
Forum: Issues
Topic: How can I add 3rd party javascript embed?
Replies: 6
Views: 4805
 
Jump to post

How can I add 3rd party javascript embed?

Hi, I need to add the following code into my app to launch a chat client. I am trying to add this to an ionic app. Any help would be greatly appreciated. </script> <script type = "text/javascript" src = 'https://mychatprovider/ChatClient/js/embed.min.js'></script> <script type ="text/...
by jmd2004
Thu Mar 24, 2016 6:08 pm
Forum: Issues
Topic: How to update page automatically?
Replies: 9
Views: 1585
 
Jump to post

How to update page automatically?

how can i refresh the label? For example i would like my web service to run every 5 seconds and then automatically change the label with one of the values.

by jmd2004
Wed Oct 07, 2015 9:01 pm
Forum: Issues
Topic: My modal is executing my function automatically
Replies: 1
Views: 382
 
Jump to post

My modal is executing my function automatically

Any reason to why my modal would automatically execute a function when it is opened? The function is used to execute a web service when a button is clicked. When i open the model the function executes before i can click on it and repeats until it crashes my browser. Any thoughts? Thanks! James
by jmd2004
Mon Sep 21, 2015 6:21 pm
Forum: Issues
Topic: why is this code working in an init function but not click?
Replies: 3
Views: 684
 
Jump to post

why is this code working in an init function but not click?

user error

i had a ";" after my function.

updated

ng-click = save_user_settings();

to
ng-click = save_user_settings()

and it worked.

didn't realize you can hit cntrl-space bar to have the ng-click automatically populated from the list.

by jmd2004
Mon Sep 21, 2015 5:17 pm
Forum: Issues
Topic: why is this code working in an init function but not click?
Replies: 3
Views: 684
 
Jump to post

why is this code working in an init function but not click?

I don't see any errors. It works fine when i paste the above code into the init function. it doesn't appear that the function is firing

by jmd2004
Sat Sep 19, 2015 2:32 pm
Forum: Issues
Topic: why is this code working in an init function but not click?
Replies: 3
Views: 684
 
Jump to post

why is this code working in an init function but not click?

why does this work from an init function but not on a click

var jd_phone = "63171234"
localStorage.setItem("customer_phone", jd_phone);

i'm using a button with

ng-click = save_user_settings();

by jmd2004
Fri Sep 11, 2015 2:07 am
Forum: Issues
Topic: AngularJS and bootstrap Local Storage
Replies: 1
Views: 404
 
Jump to post

AngularJS and bootstrap Local Storage

How do you save a variable to local storage? can i use a data mapping?

by jmd2004
Tue Sep 01, 2015 1:24 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4127
 
Jump to post

Bootstrap and Angular.JS - send email button

Hi Sergiy,

Thanks for your response! Why doesn't this work?

by jmd2004
Tue Sep 01, 2015 12:50 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4127
 
Jump to post

Bootstrap and Angular.JS - send email button

This is very frustrating. Works ins jsfiddle and not appery.io. Any help would be greatly appreciated.

by jmd2004
Mon Aug 31, 2015 10:59 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4127
 
Jump to post

Bootstrap and Angular.JS - send email button

Please help!

Go to advanced search