0
votes
2answers
66 views
jQuery Colorbox: AJAX content works fine on localhost; not on remote server
I'm using the Colorbox lightbox plugin to display lightboxes with "Outside HTML (Ajax)" on my page. I'm using all defaults from "Example One" (from the website).
Trouble is, the …
1
vote
1answer
25 views
Is there any way to use an UpdatePanel inside of a Facebox popup?
I'm using Facebox for pretty facebook style popups and I was wondering if there is any way to use it with an update panel inside of it?
I have a div in a page with two drop downs, …
0
votes
3answers
64 views
unable to get value from textbox used inside a facebox
Hi,
I am using the following code:
<div class="example">
<p> <a href="#info" rel="facebox">View Facebox</a> </p>
<p> <input id= …
0
votes
1answer
95 views
facebox-jquery problem in chrome and safari
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.
But, in Chrome and Safari you'll can have a bad experiencie when display …
1
vote
2answers
125 views
Jquery Live with facebox plugin
Hello
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 ha …
0
votes
1answer
122 views
Jquery event bind/unbind and lib hooks
Greetings,
I am using facebox popup jquery plugin.
In their JS they have the following event
/*
* Bindings
*/
$(document).bind('close.facebox', function() {
$(documen …
0
votes
2answers
278 views
Can we overlay texts and div elements with JQuery lightbox plugin?
I came across this lightbox plugin and thought of implementing it in my project. I have an option of Exporting data in my application. When I click the export link, I want the ligh …
0
votes
0answers
211 views
Facebox content looks terrible in Internet Explorer 7
I'm using the Facebox jQuery plugin from FamSpam to load external page content (from the same server) into a Facebox popup. The content looks great in all browsers except IE 7.
It …
0
votes
0answers
135 views
Fire an event in face box
Hi All,,
I open a facebox where i take down the comments and in the server click of server button i have to send a mail but unfortunately the click event isnt firing.How do i do …
0
votes
2answers
449 views
Submit a form to Facebox
Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php h …
2
votes
5answers
1k 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 …
0
votes
4answers
990 views
AJAX and Relative Path Scope
Hi Everyone! First post here and I'm hoping someone can help me out. :)
I'm trying to lightbox a page containing a SWF via the nifty AJAX feature in Facebox (for jQuery). The trou …
2
votes
7answers
3k 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 …
