masongram icon indicating copy to clipboard operation
masongram copied to clipboard

Uncaught TypeError: o.ajax(...).success is not a function

Open Napster653 opened this issue 6 years ago • 0 comments

I have created a div on my page using

<div class="" id="instagramPhotos"></div>

And my script looks like this:

$("#instagramPhotos").masongram({ access_token: "2237053163.4b4db2f.9ede0870dbf34839adc93151021f4c9a" });

I get the error message: resouorce.js:31 Uncaught TypeError: o.ajax(...).success is not a function at t.load (resouorce.js:31) at e.load (masongram.js:112) at e.setup (masongram.js:104) at new e (masongram.js:28) at HTMLDivElement. (init.js:5) at Function.each (jquery-3.3.1.min.js:2) at w.fn.init.each (jquery-3.3.1.min.js:2) at w.fn.init.t.masongram.o.fn.masongram (init.js:4) at index.html:65

What could be the source of the problem?

Napster653 avatar Aug 26 '18 17:08 Napster653