I'm trying to combine the jQuery UI AutoComplete with the Facebook Graph API.
The problem is that pictures won't load in my autocomplete.
See this jsFiddle to see the code.
The code works, the image tag is correctly created, and the images exist when you surf to them... I just cannot get them to load in the browser.
What am I doing wrong?
EDIT: Apparently the code works fine. I get problems in Chrome 17 though, not sure what that problem is. But as fas as the code goes: it works.