I was able to use getScript to grab the leaflet library for a mapping visual
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js", function (data, textStatus, jqxhr) {
//do stuff
}Alex
I was able to use getScript to grab the leaflet library for a mapping visual
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js", function (data, textStatus, jqxhr) {
//do stuff
}Alex