devanshdiwanji
Posts: 1
Joined: Sat May 01, 2021 7:16 am

Help: JQM How to call a Service in HTML javascript

Hi I'm trying to call an existing service I created in the Data Tab and with the Mapping, I am trying to call the service explicitly via a JavaScript function in HTML component of the page that I've created. Is it possible to do it? and if so, how ? Thank you

How can I call an Appery service in javascript/jquery from inside my HTML component ? Thank you

Attachments
JQM_2.PNG
JQM_2.PNG (238.76 KiB) Viewed 2851 times
JQM_1.PNG
JQM_1.PNG (100.36 KiB) Viewed 2851 times
Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Re: Help: JQM How to call a Service in HTML javascript

Hello,

Please use the method "execute" for that. In your case it would be

Code: Select all

FindPlaces.execute();

Return to “Issues”