JQuery :: Lightbox Or PrettyPhoto Or Fancybox Break When Submitting Content With JEditable Plugin?
Sep 25, 2009
i have a site that uses a lightbox based image viewer and the jeditable plugin. basically my site has a photo gallery and below each gallery i have the option to set a caption to the photo.
i have done the caption using jeditable and i've also tried using the ajaxForm plugin for jquery to see if jeditable caused the problem. but whichever method i use, approximately 20% of the time a photo caption is submitted, if you then click on the photo to view full size using lightbox (so far i've used fancyBox, prettyPhoto and Lightbox itself, and all break in the same way) it gets stuck at "loading", whereby the overlay appears, the inital empty box and animated gif appear, but then it just spins forever and never loads the image, as if it cant access the URL. weirder still, the FIRST time i do a page refresh to try and fix the problem, it doesnt work (something in the cache i expect), but if i do a second refresh or a shift + refresh, it resets and works again. it's very difficult to eliminate all variables because the problem is so sporadic, but it seems that the most likely way of breaking lightbox is to do the following:
[Code]...
View 3 Replies
ADVERTISEMENT
Feb 2, 2010
I have been trying to get some assistance with this issue for a while now. I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe?[code]...
View 1 Replies
View Related
Apr 17, 2010
I have a prettyPhoto lightbox plugin on my site. When I click the thumbnail, the lightbox window opens. The problem is that when I scroll, the lightbox shakes violently. I have tried every available option through CSS positioning and none of them suit my situation. I need to be able to DISABLE all scrolling while the lightbox is open.
I tried this:
<SCRIPT type="text/javascript" language="Javascript">
var stop_scroll = false ;
function scrolltop(){
if(stop_scroll ==true){
[Code]....
This does nothing unfortunately and I imagine I am either approaching this incorrectly or I have some kind of syntax error.
View 1 Replies
View Related
Mar 20, 2011
I have this simple gallery that loads images from an xml file and usesFancyboxto display the images. Demo Everything is working but the last image is not working with fancybox. The last image just displays in it's own window.
[Code]...
View 10 Replies
View Related
Dec 4, 2011
I had a code I found on google a few weeks ago that did this function well, but as I redesigned a few parts I deleted the code, and I cannot find it again :
The one thing I didn't like about the code was that the timer was not set in minuets or seconds it was set in hundreds ex. 800 would be equivalent to IDK I would have to guess and it wasn't very accurate.
Ex. of the lightbox and video to give you a better picture can be found here: www.VisumDesignz.com the second slideshow image has a play button on it click that and the video will appear in a prettyphoto lightbox.
View 4 Replies
View Related
Sep 22, 2009
I have just setup jeditable for a text area and this works fine however when I activate / click on the text area to bring up the editor, the content is filled with br tags (example below). How to convert the br tags into tags before it is displayed?
comment 001<br><br>
<br><br>
comment 002<br><br>
<br><br>
comment 003<br>
Comment 4
JQuery code
$(".editable_textarea").editable("update-comment.php", {
indicator : '<img src="/intranet/media/icons/indicator.gif">',
type : 'textarea',
submitdata: { _method: "put" },
select : true,
submit : 'OK',
width : 400,
rows : 3,
cancel : 'cancel',
cssclass : "editable",
id : 'comm_id',
name : 'comm_details'
});
View 1 Replies
View Related
Mar 20, 2011
This is a follow on from another problem I had with the same image gallery
I have this simple gallery that loads images from an xml file and uses Fancybox - Fancybox - Fancy lightbox alternative to display the images.
untitled
Everything is working but the last image is not working with fancybox. The last image just displays in it's own window.[code]...
View 1 Replies
View Related
May 27, 2009
I'm sure this is a very trivial and probably simple thing to fix, but unfortunately I've run into a massive wall with it!
(Vague disclaimer - i'm new to Javascript and jquery, but learning slowly.)
I've implemented the scrollTo and prettyPhoto plugin on my websites, both work brilliantly on everything but Internet Explorer: [url]
I've used the following code to initialize the jquery:
I've followed instructions for both plugins pretty well down to the T, so i can't see where i've gone wrong here.
View 5 Replies
View Related
Jul 7, 2011
I have a site that I am developing where I use the prettyPhoto plugin to display larger size versions of photos. I have everything configured as per the directions on the plugin page here: [URL] I am experiencing a weird issue however. When I mouseover my anchor image, the mouseover is only on the top and bottom half of my image. The whole middle section of my anchor image is getting no mouseover effect. Meaning my cursor only changes to a pointer on the top & bottom parts of the image. It changes back to a regular cursor when directly in the middle of the image. The anchor image (the image I'm using to link to the larger version) is sized 333px wide by 500px tall and I am linking to jQuery version 1.5 as hosted on the Google api server.
prettyPhoto is working perfectly except for this mouseover issue. I do have a caption telling the user to click the picture to see the larger version, however if they mouseover directly in the center and don't see the mouseover effect they may think something is wrong. Does anyone know what I may be doing wrong and how I could fix the issue?
View 1 Replies
View Related
May 24, 2010
I'm using the most basic functionality of the Fancybox plugin. All renders fine in FF 3.5.9 & Chrome 4. Wouldn't you know it, IE 7 has a problem, it does not display the close box and doesn't honor the location of the title. You can see the problem here: [URL]
Click the Players tab and then click any thumbnail.
View 2 Replies
View Related
Sep 15, 2010
I am pretty comfortable with jQuery and the validation plugin as well.
I am having an issue where:
User clicks a button it opens a lightbox (I am using Fancybox) - a form appears inside the modal. The data is submitted via AJAX and I am trying to validate the form before the form within the lightbox is submitted.
My button with the click handler right now does a GET to a server to send the data. Along with some other JavaScript. What is the best way for me to validate my form within a lightbox, and submit after it validates. Sending AJAX.
View 1 Replies
View Related
Apr 11, 2011
I'm using the JQuery validation plugin inside a Fancybox window. My contact form appears in the modal popup when the user clicks a link (loaded through an external .html file with the form code), but my problem is that the validation is always skipped and the form is always submitted.The weirdest thing is it works if I put an "alert('...');" before the validation code
[Code]...
View 1 Replies
View Related
Oct 29, 2011
Basically I return a very large table from ajax/json with like 5k-10k rows as a string. Then I append it to the document using jquery .append on .html. Both seem to be equally as fast (usually around 10 seconds or more) in adding it to the document.
Is there any approach using jquery to break up this large append/innerhtml so the browser doesn't freeze? The table is already built on the server into a large string.
View 1 Replies
View Related
May 17, 2011
Is there a way to force Fancybox to re-size after the Validation plugin returns an error message?
I have been trying to insert this into the process, but I cannot seem to get it work.
$.fancybox.resize;
View 1 Replies
View Related
Oct 17, 2010
I've been working on a freelance design site, and I have been using jshowoff and fancybox on my portfolio page. The portfolio has multiple sections that are set to be scrolled through using jshowoff by using the slide links. This use of jshowoff is working perfectly fine, but fancybox isn't. fancybox is supposed to be set to launch a modal when any of the portfolio thumbnail images are clicked. As it is right now, fancybox links will not work within the jshowoff slide div, but they do work outside of the jshowoff slide div.
I have done about 5 hours of searching online for possible fixed to my issue, and I haven't found anything. I am attempting to fix the conflict the between jshowoff and fancybox. I am very new to using jQuery plugins, so hopefully, you can all bear with me.If anyone may know how I can fix my fancybox links, so that fancybox will work within my jshowoff slide, I'd greatly appreciate it. I have provided the html below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
[code]....
View 2 Replies
View Related
Jun 29, 2008
Does anyone have a link to an example where they are combining the excellent Cycle plug-in with a lightbox type modal display? I'd like to be able to present the slides in Cycle, then let the user click a slide to see the larger image in a lightbox (or similar) presentation.
View 1 Replies
View Related
Jun 17, 2011
Is it possible to add additional data to the forms plugin options before submitting an ajax form, this would be only setting the data option after setting the main submit options previously in an object?
View 3 Replies
View Related
Aug 2, 2010
I have a problem on a Wordpress website: I gave certain pictures (as elements of the layout) rounded corners with a jQuery plugin. Some posted pictures I want to load with Lightbox (or similar). I have used several different Lightbox plugins for Wordpress (Lightbox 2, jQuery Lightbox, Simple Lightbox etc. etc.) but none of them work. I got some weird version of GreyBox working but FireFox gives an error every time before opening it so that's real shady code. As you can see on this page is that I include jQuery for the rounded corners at first but then the Lightbox plugin automatically adds it's own version of jQuery and they cancel each other out. I know for a fact this is the problem because I 'lose' the rounded corners as soon as I turn ON the Lightbox plugin. Once that is turned off the nice rounded corners show again. I tried several different plugins, changing the order of the jQuery code around, making both the rounded corners plugin and Lightbox rely on one single jQuery statement. Nothing has worked so far.
View 1 Replies
View Related
Apr 15, 2009
I am not able to use jqGrid and jquery lightbox plugin in a single page. Its shows an error i.e. Lightbox was not able to find it's javascript script tag necessary for auto-inclusion. What does it mean ?
View 1 Replies
View Related
Jun 17, 2010
I am searching for a jQuery plugin for screenshots gallery, similar to Lightbox, FancyBox, etc. The problem is - I need to display HTML description for each screenshot.
I found a great one that allows layover for any DIV on the page: [URL]
but this one doesn't have a prev-next functionality for multiple divs, as I need to present these in a gallery view.
Do you know any plugin that allows that, or do you have idea how to extend the script to work the way I want?
View 2 Replies
View Related
Apr 29, 2010
I have a JQuery lightbox popup but am struggling how to control the content of the lightbox. all the examples given on the internet are from anchor links that are fixed. I however, need to use it from images pulled from the database so therefore the content will be different depending on what image is clicked. I already have the content I need in a div, so is there a way of targeting that div so it is displayed within the lightbox?
View 2 Replies
View Related
Sep 29, 2011
How do you add HTML content to a jQuery lightbox? note I do not want a plugin I need to see the code that actually puts the HTML into the lightbox.
View 7 Replies
View Related
Mar 6, 2009
Is there a sort of lightbox effect jQuery plugin with the content not only an image but with content and image as well ?
View 2 Replies
View Related
Feb 9, 2011
I'm using Lightbox picture displayer [URL].. and a content slide show UI [URL].. on the same pagesimultaneously. Although when I connect to the javascript files in my html page one of the effects won't work. Whichever javascript file I include last doesn't seem to work.
In the scenario below my content slide show effects won't work because they are listed first. It seems that whatever is listed last overrides everything else. I've also listed the error I get when running the page.
[Code]...
View 2 Replies
View Related
May 28, 2009
I have a select that is workingusing jeditable. However, I cannot figure out how to style the submitbutton. I have the DIV of the field to edit within a <td> of a table.
View 2 Replies
View Related
Mar 10, 2009
I have just started using jquery and am impressed so far.I am using jeditable to edit values in place, and submitting the values to a coldfusion page to update the values in the database.All this works fine.I am having a problem with the new (just submitted and updated) value being shown in the page.What would be the best way to achieve this? A request to the db to get the new value or just outputting the value that was just submitted?A sample of my code is below.
$(document).ready(function() {
//$('.edit').editable('http://www.example.com/save.php');
$('.edit_area').editable('http://element/admin/gallery/update-gallery.cfm', {
[code]....
View 2 Replies
View Related