Closed saryan7 closed 9 years ago
There's nothing special going on with in the instagram
function, it just triggers a didLoadIntagram
event on XHR request success callback, see https://github.com/potomak/jquery-instagram/blob/d23926bf780314525d22b89d857685248618be30/src/instagram.js#L63.
Try to put this question on StackOverflow (or similar) to get help about how to use the library.
Suggestion: I think you can get rid of jQuery(function($) {
.
Hi, This is probably just a dumb mistake I'm making but I'm having a problem with the
running twice so my images get appended twice. I know its running twice because I checked it with a print statement. Here is the full function in my code:
Thanks for any help on this