facebox

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 firing back to the server. Has anyone dealt with this that can give me some pointers? ...

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 trouble is that the paths now work relative to the main index page, not the directory that houses the flash page. Here's a directory breakdown: ./   - index.html ...

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, and if you view source of test.php you'll see where I'm trying to loacte the link within the modal box. $('#facebox .hero-link').click(al...

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 handler and show it in facebox. So if I'm on order.html and then submit the add to cart button and the cart is on index.php?action=add (form action) which exc...

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 this..? Kindly help me..I have seen that by changing the body to #aspnetform has helped somebody but when i do the same the facebox also doesnt get opened. Is...

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 looks like IE 7 is rendering this content the same as it renders other content when in 'Quirks Mode'. The fonts are not solid and sharp, the font that the tex...

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 light box to appear with some text and buttons like Export to excel,export to text file etc. But will the light box plugin overlay only images? If not, how can I ...

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() { $(document).unbind('keydown.facebox') $('#facebox').fadeOut(function() { $('#facebox .content').removeClass().addClass('content') hideOverlay() $(...

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 has links to other remote pages which i would like to display in a popup dialog. I've been using the facebox plugin for this. The below code doesn't work, and s...

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 displaying post-submit form (the response). test here with Chrome: http://www.freecss.info/tutorial/contact/index.html "submitemail.php" (the response) is displayed...

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="Button1" type="button" value="button" onclick="Get_Value();"/></p> </div> <div id="info" style="display:none;"> <p><input id="text1" name="text1" type="text" value="abc"/></p> <p> <input id="Bu...

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, and the second drop down depends on the selected value of the first drop down. I put these dropdowns inside an UpdatePanel, and I would like to be able to sho...

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 lightbox works flawlessly on my localhost machine, but displays an endless loading graphic when I try it on my remote server. The page I'm trying to load is i...

Facebox + Blueprintcss looks great in Firefox, falls apart in IE 7

Hi, Not sure how to fix this or where to look in resolving how Facebook content that has been laid-out using Blueprintcss looks so poorly spaced in IE7. Is there any guidance on this? ...

Facebox jumps on load

When using Facebox I notice that it loads to the left of the screen and then jumps to the centre. Is there a fix so that it loads in the centre from the start without the jump? ...

window.opener & facebox

Hi. I opened a window in facebox. Now, I want to send some data to the opening window when the facebox window closes. I know how to do this with a normal pop-up but not with facebox and there doesn't seem to be much in the way of good documentation here. Any idea how to do this? ...

calling jquery facbox from button click

i am using facebox that give help for opening box from link but i want to open box from jquery click function not from hyper link. like $("#Button2").click(function() { code to open facebox }); thanks ...

Facebox - Jquery 1.2.1 close function broken in 1.3.2

I am using "facebox" which uses jQuery 1.2.1 on my website here http://www.pointclickshoot.com/beta2 The rest of my site is using jQuery-1.3.2.js. I need to update the following functions to work with jQuery 1.3.2: /* Bindings */ $(document).bind('close.facebox', function() { $(document).unbind('keydown.facebox') $('#faceb...

Why FaceboxRender is not working?

I've installed FaceboxRender and JQuery and Facebox. Following the instrutions on http://github.com/ihower/facebox_render/ I've tried Facebox alone, in my rails app and it's working. After that I've put the folder facebox_render in vendor/plugins/facebox_render/, I added include FaceboxRender in /app/controllers/application.rb restar...

jQuery open facebox if the user is currently active on the page?

as we can use facebox as popup. i want to open this POPUP if user is not active for last 30 min on page. and if user press close button or close the popup time will be restarted. ...