Hello all,
I've used AJAX, but am wondering whether it can be used for this:
A Javascript function which draws a shape using the HTML5 canvas tool, but getting the coordinates of the shape from an external document using AJAX.
Basically, can AJAX be used to dynamically import variables which can then be used by the rest of the Javascript code?