lightbox

ASP.NET MVC Login Modal Dialog/lightbox

I was hoping to create a lightbox/modal dialog for login into my website which is built with asp.net mvc. However the only way i can think of is to put logic into the onClick events for the hyperlinks when linking to restricted sections. I would prefer it so I could still use the Authrisation action filter, and when you click on a link t...

Lightbox not working in Ajax.Updater div (prototype)

I am using an Ajax.Updater call to produce a single rental listing's information in a div. A dropdown menu of all the rental listings starts things off, and the div is hidden until the user selects a listing, in which case a javascript effect makes it appear and the updater is executed. A php file is called from the updater which quer...

Most customizable Lightbox plug-in for jQuery?

I am searching for a simplistic jQuery Lightbox plugin with minimal features. Must support Ajax / Inline / Images Must have a close button. Must be easily customizable (CSS wise). I tried a bunch of plugins and they have so much unnecessary styling. Must have a close button in the top right corner. Must be a jQuery plug-in. I could w...

javascript: submit form in an iframe...help

I can't believe I've never done this before.... Here's my situation: I am using 2 jQuery plugins. Shadowbox and validate (bassistance). I click on a link to sign up for a newsletter. The link opens a form in a shadowbox. No biggie. The form is validated with the plugin. When the form is validated and ready to submit, it doesn't. ...

lightbox jquery show text

Hey I'm using the jquery lightbox, is there a way to show an textfield istead of images or both ? or maybe another way to show a text in lightbox popup? ...

jQuery kills Lightbox

I just moved my javascript over to jQuery for the simple AJAX functions. However I'm trying to use a lightbox plugin with jQuery since I want to keep the same functionality but don't want to include 10 different libraries. If i remove the jquery include and keep lightbox, it works great if i put it back it breaks, it just brings up the f...

Using jQuery Fancybox or Lightbox to display a contact form

I would like to use jQuery Fancybox or Lightbox to load a contact form from a standard link in a web page. I have reviewed the documents at http://fancybox.net/example but the closest option is the iFrame one and it doesn't work with a standard page link. My heart is not set on using Fancybox so if there is a better way to have the lig...

JQuery Lightbox 2 Plugin problem

I'm working on a gallery, which use jQuery Lighbox 2 (plugin page). I have the problem, that the navigation entries are also visible, when an image is selected (see example here). For the navigation i'm using css menu. Can someone tell me, how to make the enties invisible, when an image was selected? ...

onlick on link display only div, make other body balck or shaded

I have a page which has anchor tag clicking on which ma div tag toggles. I want to make whole body of page black or shaded except that Div tag. ...

lightbox without rel tag or addRel without jquery

yes this is 2 questions. this is the idea. i want to put lightbox(or slimbox or mediabox or whateverbox) to my forum so that it will open user posted links in lightbox. problem is, lightbox require rel=lightbox tag. and people are too lazy to use the custom bbcode that add the correct rel tag to the link. so, can lightbox (or any othe...

help with getElementsByTagName setAttribute and regex javascript

i want to put rel=lightbox to some links that mediabox support using javascript. i try this and wonder why it's not working? test: http://jsbin.com/opica please help edit this: http://jsbin.com/opica/edit <script type="text/javascript"> var x=xmlDoc.getElementsByTagName("a"); var regexku=/^.+(((twit)|(tweet)|(com/video.+)|(flickr.c...

How to force user to not click until javascript has loaded (lightbox)

I have a fairly large js lightbox gallery and an hasty user can click on a thumb before the page has finished loading, this may result in opening the actual image without the "cool" js popup effect. Are there nice ways of "forcing" the user to wait for the page to finish loading before clicking? Thank you very much ...

activate lightbox on dynamically added content

Hi, I'm developing a little portfolio where I can choose a category and when I click it, the content (thumbnails) of that category will be shown (this is via an array). e.g. photography[0] = <a href="..." rel="lightbox" /><img ... /></a> photography[1] = <a href="..." rel="lightbox" /><img ... /></a> At first the site shows the c...

Forcing lightbox/dhtml over flash

I have read a lot of posts about how you can force lightbox (or other dhtml things) above flash by modifying the embed-tag with wmode="opaque". Just modifying the z-index of lightbox (or whatever else you want above the flash) simply is not enough. But what if you cannot control the embed-tag? I am working with a client that has a ban...

Wordpress Lightbox Gallery by post

Hi, how can I separate the gallery affected by the lightbox gallery plugin by per post basis? Right now what's happening is say I have 2 posts. Post 1 has 3 images which I turn into a gallery Post 2 has 5 images which I turn into a gallery Now when I click 1 of the images on post 1, it does open the lightbox gallery as expected. Howeve...

flir on caption of Lightbox

Hi, I'm wondering how you could add flir on the captions of a lightbox. I already managed to display the flir on the first picture you select but when you go to the next picture without closing lightbox the caption is regular text. this is how my footer looks <script src="/js/flir.js" type="text/javascript"></script> <script type="tex...

Lightbox with Flex

I want a fusion chart in my flex app to display with a Lightbox effect like the effect you get when you click on any of the charts here or checkout the demos here These effect have been attained with the help of javascript. How do i get the same effect via Flex? Any idea? Thanks a lot ...

lightbox jquery question

hi, I gave up on fancybox as it was not practical so I have opted for lightbox. but I have a question does lightbox support triggering the gallery thing from a button and not clicking on an image? if it does can someone point me in the right direction? Thanks ...

How to attach a "pointer" to DOM element to a lightbox instead of copying it?

I have a complex input form within a PHP based web application. To structure it a bit, I introduced "Multifaceted lightbox" to let parts of the form - named inline DIVs with "display" set to "none" - appear within a "lightbox" style dialog box. It works great, until just now I realized that when it displays a DIV, it copies it into its c...

Modal Dailog box with on/off and min/max button in Jquery

Hi, I need modal dailog box in which i can open forms and other html pages . It should have on/off and min/max button. Could anybody suggest me any link for the same. I am not getting this type of widget anywhere. ...