masongram
masongram copied to clipboard
Uncaught TypeError: o.ajax(...).success is not a function
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.
What could be the source of the problem?