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.

jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.

learn more… | top users | synonyms (1)

0
votes
0answers
107 views

Facebook Share - Open in jQuery UI dialog();

I was searching around and even tried to make something, but no ideas how to do it. Whatever I try, either nothing happends or I end up with an error or empty dialog box. I am wondering how to open ...
0
votes
0answers
213 views

JQuery UI popup + social sharing inside (facebook, twitter, gmail) How to do?

I would like some advices about my current development. I have page1.aspx : a listing of elements in a first page page2.aspx : a detailed page opened inside a JQuery UI popup (I pass the ID and ...
0
votes
0answers
128 views

What jQuery plugins are available to support Facebook style Mention Tagging? [closed]

I am implementing a native commenting system, and am looking for a Facebook-like mention tagging Textarea input widget. I have reviewed the following, and rejected them for the reason noted: ...
2
votes
0answers
218 views

Multiple Facebook 'like' buttons using jQuery tabs

I put a Facebook like button button for each product I have in a jQuery tab. I added the namespace on my HTML element: <html lang="fr" xmlns:fb="http://ogp.me/ns/fb#"> I included the SDK ...
0
votes
3answers
804 views

facebook like button disappears in jquery ui dialog

I have developed a word press plug-in that causes jQuery UI dialog show up when user click a link. That dialog contains a facebook button. The button appears normally outside the dialog doesn't show ...
0
votes
2answers
1k views

Endless scrolling on table, infinite / continious scrolling jQuery

I have a table with lots of records, rather than have pagination to different pages, I want to be able to scroll down the page and for more rows to appear on the table, the more you scroll the more ...
-3
votes
1answer
81 views

What Facebook use for jquery working in IE old versions [closed]

I have developed a social networking site. I have developed chatting environment in jQuery. But, this is working fine in mozilla and chrome and also IE9. Unluckily it is not working in IE old ...
0
votes
3answers
131 views

Struggling with JQuery .each() Function

Hopefully this will be a straightforward solution but I can't seem to solve it myself. The background is I am trying to create a web app that puts all your facebook friends into a jQuery UI ...
0
votes
1answer
191 views

Clean OnBeforeExit Popup (Facebook style?)

when you're about to leave a FB page after ALMOST writing characters into a wall-post field, how does FB prompt a clean looking dialogue instead of a spammy looking js alert box? Eg: I'd like to ...
1
vote
1answer
172 views

JQuery dialog or boxy how to make them in visible area

I am working on the facebook application and my content is dynamic so I am not sure where my link to open the Jquery dialog or boxy link appear. How can I make the dialog in the visible area of the ...
0
votes
1answer
466 views

jQuery draggable clones dropped into a sortable, then loses its droppable behavoi

This is better explained in: http://jsfiddle.net/tRBaV/1/ I have two kinds of entities: containers and tools. Containers can be sortable. Tools can also be sortable, but only within one container. ...
1
vote
1answer
1k views

Facebook login page ajax load into jquery ui dialog, on a canvas application

I have a development website on facebook. It's a canvas application built with asp.net mvc3 c#/razor. I'm trying to authenticate the user with the javascript facebook sdk. I'm trying to achieve ...
-6
votes
1answer
644 views

Facebook & Jquery - Share to show [closed]

How to create a Jquery function that works with Facebook API so that the content only is shown if the user has shared it?
1
vote
2answers
412 views

Add friends Facebook profile page to jQuery UI dialog

I getting a link to a friends profile page using the Facebook JavaScript API. I now am trying to add it to a iframe in a jQuery UI dialog. I have: $('<iframe ...
1
vote
1answer
3k views

jQuery UI - Autocomplete friends lists from facebook Graph API using JSONP

I need to grab a JSON array from Facebook's Graph API. I am using the facebook JS-SDK inside a jquery function. Basically this function gets an access token from the active user, then adds it to the ...
0
votes
1answer
744 views

Modal Dialog Box with Facebook app shows only over iframe

I am trying to show jquery-ui modal dialog box in my iframe facebook app, but it disables the iframe area within the facebook app i.e. it is modal only for the iframe and I can click other facebook ...
0
votes
1answer
399 views

Dynamically adding JQUERY tabs, getting “Uncaught SyntaxError: Unexpected token ILLEGAL”

I'm pretty sure there's an error in one of my strings, but I can't find it. The goal of this code is to dynamically add the Facebook comments plugin to tabs depending on what episode of a show I work ...
3
votes
1answer
400 views

How do I reuse Facebook's Movie Autocomplete in my own Facebook App?

On Facebook, when you go to, Edit My Profile > Arts and Entertainment, there is a "Movies" autocomplete widget that suggests movies as you type them in. So if you type in "Jones", it will start to ...
0
votes
1answer
1k views

Facebook fan page feeds

I want to include a widget where the user will add a url of the facebook fan page and he shoudl be able to get all the feeds or the recent feeds from the particular page and it will displayed in a box ...
0
votes
2answers
555 views

jQuery UI and invite form

I am using the following invite code on my facebook app: <fb:serverFbml> <script type="text/fbml"> <fb:fbml> <fb:request-form ...
0
votes
1answer
237 views

Add non-standard tag to DOM with jQuery

I'm trying to put tag into JQuery-ui dialog widget. Due to some other problems i need to load this from server as ajax call. Returned is: <div id="ajax-body"> give gift ...
7
votes
2answers
4k views

Facebook tags dont render when generated dynamically using Jquery

To give you a simple use case - on my website, I display the comments posted by the facebook users. For each comment I display the facebook users photo using the fb:profile-pic tag and a fb like ...
1
vote
4answers
2k views

Problem with jQuery load() and Facebook XFBML

The situation I open a layer (jQueryUI) like this. $("#dialog").load('userinfo.html #layer').dialog('open'); userinfo.html displays the photo and the name of a facebook user. <html ...
3
votes
1answer
115 views

Facebook jQuery Plugins

What are the most Facebook like jQuery plug-ins, I would love to have a solid list of them.