[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread malsup
Meanwhile I've also tried my hand at some code and come to what seems to be a valid solution. It relies on image preload - slides are added to the Cycle randomly depending on the order in which they are pulled from the server, which is a way to have the slideshow run as soon as possible.

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-05-31 Thread malsup
A previous discussion here (http://groups.google.fr/group/jquery-en/ browse_thread/thread/319177a5a9bb22a9/01b7544ac7203748) and a recent addition the to the Cycle plugin (seehttp://www.malsup.com/jquery/cycle/add.html) makes me think that creating JQuery+Cycle slideshows with progressive

[jQuery] Re: New Plugin: Magnify

2008-05-30 Thread malsup
Got a new plugin for folks to check out - it allows you to create an image magnifier like those you see on a lot of e-commerce sites.  Here's the link: http://tinyurl.com/6kwzf9 Nice!

[jQuery] Re: timing of multiple Cycle slides (Cycle Plugin)

2008-05-30 Thread malsup
I working on a site that uses 4 instances of the Cycle plugin to rotate divs filled with text. The client loves it, but they don't want them to all cycle at the same time. They want box 1 to cycle, short pause, box 2 to cycle, short pause... And I can't figure it out (obviously). Any help

[jQuery] Re: ajaxForm not working

2008-05-29 Thread malsup
Here's register.php - the page with the form and the js http://pastebin.com/m696999f7 and register-process.php which handles the data and was supposed to return something which I guess it doesn't. Without AJAX it echoed the responses just fine http://pastebin.com/m35017afe the #loaded

[jQuery] Re: What is the white area area behind text using sIFR on jQuery Media Plugin?

2008-05-29 Thread malsup
I was able to change the background color, but I was not able to make it transparent. When I enter options.bgColor = 'transparent', it creates a green background behind the sifr text. I have not specified that green anywhere within the code. Can you please tell me how to make the background

[jQuery] Re: ajaxForm not working

2008-05-29 Thread malsup
On May 29, 8:22 am, eid [EMAIL PROTECTED] wrote: Thank you for the response, but that doesn't seem to have any effect at all. On 29 Maj, 14:02, malsup [EMAIL PROTECTED] wrote: Add this to the top of register-process.php: ?php header('Content-type: text/xml'); ? What exactly do you

[jQuery] Re: jQuery Corner problem

2008-05-29 Thread malsup
First I display a div that covers the whole page and has a black, transparent background. Then I show another div, white background, centered on the screen. So it's a kind of popup. The problem is that when I just use $(...).corner(), nothing happens. But if I color the corners with

[jQuery] Re: jQuery Corner problem

2008-05-29 Thread malsup
The background div has to be positioned absolute, because it overlays the actual site beneath it. If you do that with your example, the foreground div will also be transparent. I see what you mean now. With the way your markup is structured there is no way for the corner plugin to figure

[jQuery] Re: jQuery Corner problem

2008-05-29 Thread malsup
Yeah, but then the foreground div is still transparent. The website will 'shine' through. Not if you set your styles correctly.

[jQuery] Re: IE6 and blockUI Issue

2008-05-29 Thread malsup
Has anyone else experienced the following issue with blockUI and IE6? I am using: jQuery version 1.2.6 (05/24/2008) blockUI version 2.07 (05/17/2008) Below is a link to a SSCCE that should demonstrate the issue. http://myorangepeels.com/blockui/blockuidemo.html I see what you mean.

[jQuery] Re: IE6 and blockUI Issue

2008-05-29 Thread malsup
Thanks in advance to any who might have a solution. The solution is to use standards mode on your page, not quirksmode. So add this to the top of your page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/strict.dtd Also note that besides being in quirksmode, your

[jQuery] Re: What is the white area area behind text using sIFR on jQuery Media Plugin?

2008-05-28 Thread malsup
I am using the jQuery Media Plugin and I am using a .swf font file that I made via an online generator. When I use the script supplied athttp://www.malsup.com/jquery/media/sifr.htmlhttp://www.malsup.com/jquery/media/sifr.html, I get a white area behind the sIFR text and I cannot control

[jQuery] Re: submit a form when an image is clicked rather than using input type=submit

2008-05-28 Thread malsup
Here's what I figured out so far to code this that seems to work. Anyone see a problem with this? $('img#button').click(function() {   var queryparam1 = $('#input1').val();   var queryparam2 = $('#input2').val();   window.location= '/processFormSubmission.cfm?

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread malsup
Can somebody help with why this example works in IE 7 but fails to show corners in Firefox  2 ? http://paste.pocoo.org/show/55276/ That page works fine for me in FF2 and FF3 (Windows).

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread malsup
when I use the corners plugin and try to re-use the div the effect only applies to the first div in the chain. Any Idea on how to apply the rounded corners to multiple div's of the same id or class? Corners work on the chain. See demo: http://www.malsup.com/jquery/corner/ This one line

[jQuery] Re: innerFade and delay? or Cycle and drupal 5.x ?

2008-05-28 Thread malsup
I have a question, i'm using innerFade (http://medienfreunde.com/lab/ innerfade/) to fade a number of images, I would actually prefer to use Cycle (http://www.malsup.com/jquery/cycle/) but for some reason it does not work with Drupal 5??. Anyway innerFade do work, but I need to specify a

[jQuery] Re: innerFade and delay? or Cycle and drupal 5.x ?

2008-05-28 Thread malsup
I've noticed that IE6 fails to render the demo athttp://www.malsup.com/jquery/cycle/pager.html The first image appears but no pager, and the javascript error is line 30 char 30 'console' is undefined Jonathan, Thanks for pointing that out. I had some Firebug debug code in there! :-)

[jQuery] Re: jQuery Cycle question

2008-05-27 Thread malsup
Hello Mike, Thanks for your interest. A link is here...http://ramosus.massey.ac.nz/jQuery.htm Cheers/Bruce Since the first slideshow was never explicitly stopped you actually have two running slideshows, one of which is cycling elements that are no longer part of the DOM. But that first