Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Opening animation properties on external file with function (jQuery) Re: Opening animation properties on external file with function (jQuery)

#135404
CrocoDillon
Participant

External file could be JSON and call it with GET.

$.getJSON(‘/path/to/file.json’, function(data) {
console.log(data); // verify it works
});