Changes between Initial Version and Version 1 of Ticket #153
- Timestamp:
- Jun 17, 2017, 9:39:53 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #153 – Description
initial v1 1 1 Hi there 2 2 3 Is it possible to carrying out an AJAX request from inside a JavaScript service?3 Is it possible to carrying out an AJAX request from inside a !JavaScript service? 4 4 5 5 E.g. I would like to perform a WFS request on third-party APIs 6 6 7 Can I do this with jQuery? How do I add jQuery so it's accessible from a JavaScript service in Zoo?7 Can I do this with jQuery? How do I add jQuery so it's accessible from a !JavaScript service in Zoo? 8 8 9 9 I also tried using XMLHttpRequest, but I'm getting "not defined" error.