Questions tagged [facebox]

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.

Homepage: http://defunkt.io/facebox/

239 questions
3
votes
1 answer

Facebox plugin is not removing previous content when used with live

I am using facebox in the content that I have loaded with ajax Normally, the plugin removes previous content, so clicking multiple times on the same link would still show the one image. But not used with live. It will stack up the images Setting it…
Richard
  • 4,516
  • 11
  • 60
  • 87
3
votes
4 answers

JQuery Facebox Plugin : Get it inside the form tag

I am wanting to use the Facebox plugin for JQuery but am having a few issues getting it running how I want. The div that houses the facebox content is created outside of the tag so even though I am loading up some web controls none of them are…
Kevin Sheffield
  • 3,618
  • 2
  • 24
  • 22
3
votes
0 answers

Facebox popup messaging system asp.net

I'm building a website where users can either contact each other via a private messaging system through the web application. Instead of being sent to a different webpage, I wanted to make it so if you click send message, a popup (exactly like what…
Kevin
  • 3,209
  • 9
  • 39
  • 53
2
votes
3 answers

TinyMce with Facebox

I am having some problem using tinymce on a textbox inside a Facebox modal popup. I am trying to go something like the following- There is a parent page in which I am loading the tinymce.min.js javascript file and also doing tinyMCE.init(). There…
Siddharth
  • 5,009
  • 11
  • 49
  • 71
2
votes
1 answer

jquery facebook wall .live

I am using the jquery plugin here Facebook Wall jquery plugin and I want to show the post wall in jquery Facebox. For some reason fb.wall works fine if its not loaded from within Facebox. Does anyone know how to set fb.wall to .live or how to get…
Kelly Brown
  • 119
  • 1
  • 7
2
votes
2 answers

facebox opened page get querystring

Im in a page mainpage.aspx" in which i have this code: mainpage Im using facebox() to load the destination.htm The problem is in my destination.htm,when im trying to hit an…
Grace
  • 1,265
  • 21
  • 47
2
votes
1 answer

facebox rails app

how do I use facebox in a Rails app knowing that I already have the jquery-rails gem installed? Need sample code that goes into the view as well. Thanks.
Gaelle
  • 599
  • 2
  • 6
  • 24
2
votes
2 answers

PNG image showing up with white background even though it has a clear background

I have a facebox window with a close button that i want to be exactly like on uservoice.com (click the feedback link on the bottom right you'll see what i mean. I have added that image as the close button, but when it appears in my browser it shows…
John
  • 5,835
  • 8
  • 28
  • 36
2
votes
1 answer

Redirect URL within Facebox

Take the "Terms of Service" example found on the developers page. If you click on "Ok," I want the page to redirect elsewhere. I'm modifying this code to show an image and the "Ok" button is really a delete button. I have everything working, except…
sdot257
  • 10,046
  • 26
  • 88
  • 122
2
votes
1 answer

tinymce text editor doesn't load in facebox modal window

I'm trying to use tinymce editor with facebox modal window. But tinymce doesn't load when the modal window is opened and I get no errors of Jscript in firebug