Tagged Questions
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.
7
votes
4answers
987 views
Form submitted twice in Chrome/Safari
I am seeking to perform a basic form post, but the following submits to the server twice in Chrome and Safari (but behaves as expected in Firefox):
<form id="create-deck-form" ...
5
votes
2answers
612 views
Show spinner while loading an iframe in a facebox
I am using jQuery facebox to open a new window for authenticating Facebook users with Devise/Omniauth in my rails app.
At first I wanted to simply load this in a div like so:
...
5
votes
4answers
874 views
which one is the best: facebox, thickbox, jquery ui dialog, others?
which one is the best to use for:
images
regular div content
ajax loaded content
forms to post to server
4
votes
3answers
1k views
jQuery Facebox: Sends empty input field value
I have facebox plugin to my jQuery, to make lightbox for me.
I made a link that you click on and then a friend request form comes up in it.
The form makes an ajaxcall when click on "Send request", ...
4
votes
4answers
829 views
asp.net Button event inside jQuery FaceBox
I'm using jQuery FaceBox to show a textbox, a dropdownlist and a button. The user can write a text in the textbox, select a value in the ddl abd hit the button. This fires some code in the codebehind. ...
4
votes
2answers
2k views
Locating an element in a 'Facebox' box
Heres my link:
http://tinyurl.com/6j727e
If you click on the link in test.php, it opens in a modal box which is using the jquery 'facebox' script.
I'm trying to act upon a click event in this box, ...
3
votes
2answers
97 views
facebox opened page get querystring
Im in a page mainpage.aspx" in which i have this code:
<a rel="facebox" href="destination.htm?path=blabla">mainpage</a>
Im using facebox() to load the destination.htm
The problem is in my ...
3
votes
1answer
247 views
Open Google Map in Facebox
I'm opening an edit formula within a jQuery Facebox. And under that formular there is a Google Map which indicates with the geocoder the position of the given address with a marker.
Unfortunately, the ...
3
votes
1answer
106 views
selection of checkbox in facebox and jquery?
HTML:
{% for item in result %}
<tr id="row">
<td><input name="item" type="checkbox" value="{{ item.number }}"></td>
<td contenteditable ...
3
votes
1answer
857 views
Is it possible to change Facebox's settings at runtime? How?
Is it possible to access Facebox settings? For example, I'd like to do set the location of the loading image dynamically (see line 4):
<script type="text/javascript" src="<?php echo ...
3
votes
1answer
395 views
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 ...
3
votes
4answers
7k views
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 ...
2
votes
1answer
23 views
Opening a div in Facebox programmatically
Using Facebox's documentation, I'm attempting to pop up Facebox programmatically, with the Facebox content being that of a div that is in the document.
The problem is is that it is not opening with ...
2
votes
1answer
355 views
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 ...
2
votes
4answers
709 views
jQuery's .val() not working in Facebox
I'm using Facebox (http://defunkt.github.com/facebox/) on one of my websites. Also i'm using jQuery extensively on the site.
My problem is that the .val() function doesn't seem to work inside ...
2
votes
1answer
192 views
Open facebox from c# codebehind
I am creating a basic contact us form that contains a few fields and a button. I am using the jquery facebox plugin which I want to open after the buttons click event is fired displaying a value from ...
2
votes
2answers
154 views
How to create a BBC style (facebox?) help popup
I have tried to take apart the code, but can't seem to replicate it.
On the BBC weather homepage, http://news.bbc.co.uk/weather/, you will see a little help quetionmark in a circle in the top right ...
2
votes
2answers
590 views
Facebox window closes after submit
I have a question regarding Facebox. When I click a certain link on my page, the Facebox modal window opens just fine. But inside this modal window I'd like to have a form that users can submit. When ...
2
votes
1answer
55 views
Questions on a snippit of jQuery
Ok, so I am using the facebox plugin. One of the examples given is to trigger the popup, trigger a spinner, do an ajax call, when the call returns replace the spinner with the results. Code is here
...
2
votes
1answer
359 views
A link to redirect within a facebox (does not break out)
How can make a link within a facebox window that redirects it to another page without breaking out?
I tried using an iframe which worked nicely... except the initial content I want to display in the ...
2
votes
1answer
544 views
is there anyway to popup a facebox dialog when clicking inside of a table TD cell
i want to popup a dialog facebox when i click inside a td in an html table. is this possible ?
http://famspam.com/facebox
2
votes
2answers
902 views
Any FACEBOX altenatives?
I'm using facebox ( http://famspam.com/facebox ) for calling web pages in modal window.
Is there any RECOMMENDED alternatives to do this?
I prefer jQuery releated solutions.
Regards,
Nuri Akman
2
votes
3answers
2k views
Jquery Live with facebox plugin
I'm trying to use the jquery facebox plugin with live events (the official implemenatation, not the plugin).
My main page loads in a page via ajax. That remote page also has links to other remote ...
1
vote
1answer
318 views
Webdriver error: Element is not clickable at point (-99999800, 242.5) driving Facebox control via watir-webdriver
I'm using watir-webdriver with chrome to automate my tests and I'm kinda stuck now.
I have a form inside a facebox(defunkt.io/facebox). There are many checkboxes inside this form as you can see:
...
1
vote
1answer
36 views
mp3 file doesn't play in Facebox
I am using Facebox. I have to play mp3files in Facebox. I included facebox.js and facebox.css
My view code is:
<script type="text/javascript">
$(document).ready(function () {
...
1
vote
1answer
28 views
Jquery Wordpress PHP image reference
I'm trying to reference a image that is in the same folder has the .js but call it on any page of my php/wordpress page.
So the .js is in
...
1
vote
2answers
165 views
Warning: A call to document.write() from an asynchronously-loaded external script was ignored. How is this fixed?
In my Ruby on Rails application I am using the Facebox plugin for an Ajax pop up window.
I have 2 pages called add_retail_stores/new.html.erb and add_retail_stores/new.js. The new.js page inherits ...
1
vote
1answer
60 views
Is there something wrong with my code?
I don't think there is but this wont load inside facebox:
$("#email").submit(function(event) {
event.preventDefault();
if ($("#tinput").val() == "") {
$('#error').append('You need to ...
1
vote
2answers
165 views
AnyTime date picker not working inside facebox model dialog
Below is the code I am using for facebox with AnyTime Date picker http://www.ama3.com/anytime/ DatePicker does not seem to show when placed inside facebox. I tried changing the z-index for AnyTime ...
1
vote
0answers
231 views
How do I render a partial in Facebox using Rails 3 and jQuery
I'm trying to use the Facebox plugin for jQuery to render a partial in a modal window, but when the modal appears I see first what I expect to see from my index.js.erb file, but then immediately ...
1
vote
1answer
97 views
Use facebox along with $.ajax
I used facebox and $.ajax inside HighChart event, but it run only one time and cannot run the next time. I guess the problem happen when facebox is closed. Anybody has an experience with this sort of ...
1
vote
1answer
115 views
Making FaceBox only show once
Right now I'm creating a code where the Facebox (lightbox plugin) only shows once for each person. But it its just not working
My code is:
<script type="text/javascript" ...
1
vote
1answer
22 views
css behaving differently inside and outside lightbox
I am making a rails3 app with jquery and facebox.
I am noticing that when I load html inside a lightbox, the CSS styling is different from when I just load the html in a different page. Any ideas ...
1
vote
2answers
75 views
Make the facebox popuped page draggable, possible?
Im using the facebox method to popup a page. however is there a way to make this facebox draggable?.. I saw many articles about draggable contents, but how can i achieve it using facebox ?
...
1
vote
1answer
177 views
Facebox not loading image
I'm using Facebox for my popups.
However when loading big pictures it shows the Facebox but without the spinning circle.
The "Facebox loading" thread has this solution:
$("#test2").click(function(){ ...
1
vote
1answer
427 views
Facebox popup + asp.net button postback issue
i have a aspx page which i am loading using facebox. In the form i have a button which submits the form.on clicking the button the facebox closes and browser shows the same form which was opened in ...
1
vote
1answer
534 views
undefined value single checkbox javascript to another page
i have two page, the first page is index.php i also using facebox framework in it. the second page is addevent.php i've tried in many ways to catch the value of single checkbox in addevent.php and ...
1
vote
3answers
483 views
Binding validation script to form within jQuery Facebox plugin
I'm making a little "you give me your email, I'll give you an AWESOME song" page for a mate's band. I'm trying to get the simple javascript form (email) validation to work when submitting from with in ...
1
vote
0answers
128 views
ReCaptcha doesn't show up on Facebox
<?php
session_start();
require_once('recaptcha/recaptchalib.php');
$publickey = "API_KEY"; // you got this from the signup page
?>
<script type="text/javascript" ...
1
vote
2answers
454 views
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 ...
1
vote
3answers
340 views
Facebox only works once
Am binding my Facebox requests just how the documentation says on the Facebox website.
But after I click one of the div.comment's the Facebox request doesn't work again.
The code I am using is just ...
1
vote
1answer
331 views
Putting the Facebox “close button” on top right as opposed to bottom right
I would like to position the "close" button on the top right as opposed to bottom right.
I am sure this is something you folks have done before, and I do not think it is right to reinvent the wheel ...
1
vote
1answer
488 views
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
<script type="text/javascript">
...
1
vote
0answers
137 views
How to use client_side_validation plugin with facebox
Today I installed client_side_validation plugin, everything works well until I encountered an issue, form validation cannot be accomplished in a modal window(facebox). Every time I clicked on submit ...
1
vote
1answer
371 views
jQuery.validate may have broken Facebox pop-up
My Facebox pop-up contains a form with a submit button. I also have a second button to open an unrelated Facebox pop-up that was working before I added jQuery.validate to the project. I need to ...
1
vote
1answer
408 views
how to center a facebox ajax request properly?
My wordpress template uses facebox to display portfolio images via ajax requests.
The problem is the images load in different positions depending on the viewers screen size.
My template uses
...
1
vote
1answer
216 views
retain html div elements after updatepanel update in asp.net
I use jquery facebox as delete confirmation box. When i do a delete it removes my record and i show the resultsdiv via javascript. But it always shows
Error: document.getElementById("ImageButtonDiv") ...
1
vote
2answers
239 views
how to disable facebox (jquery)
I use facebox plugin on certain links.
I want to disable some of the links dynamically. so clicking them will not open facebox.
I tried several ways to do it but none of them seem to work. Facebox ...
1
vote
1answer
774 views
Facebox and rails not working!
Am trying to use Facebox with rails, it's not working at all.
I have added all files to there right places:
Install FaceboxRender gem install FaceboxRender
Download jQuery
Download facebox at ...
1
vote
3answers
212 views
Rails: Facebox link if condition is satisfied
I want to display a facebox link when I click on a element when a particular condition is satisfied.
I do not want the user to click if the condition is not satisfied.
I am doing something like this ...