Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
It was working great for me :) – Alexander Nenkov Feb 23 '12 at 16:11
They load correctly for me. What browser are you using? – eth0 Feb 23 '12 at 16:11
How weird. I'm using Chrome 17 and it does not work. Tested FF 9 and IE 9 and it worked for me their too. Can somebody test Chrome for me? – Glenn VdB Feb 23 '12 at 16:15
Anything in the console at all? CTRL + SHIFT + J – eth0 Feb 23 '12 at 16:16
Nope, everything looks great in the html-code, no JS-errors. – Glenn VdB Feb 23 '12 at 16:17
show 6 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.