[jQuery] Accordion: Linking the Title of an Empty Panel to a Different Page

2008-07-22 Thread juro
. Is this possible? juro

[jQuery] Re: Contiunuous Scrolling

2008-07-21 Thread juro
Hi and thank you for your response. So you are suggesting to scrap the jCarousel plugin all together and build a custom function, right? Is there any information on scrolling that you know of? juro On Jul 18, 7:30 pm, EllisGL [EMAIL PROTECTED] wrote: What you could do is use DIVs to make

[jQuery] Re: Contiunuous Scrolling

2008-07-19 Thread juro
Cool, that looks very much like what I need. Thank you! Ariel Flesler wrote: You can try SerialScroll http://flesler.blogspot.com/2008/02/jqueryserialscroll.html There's a snippet to setup constant scrolling. -- Ariel Flesler http://flesler.blogspot.com/

[jQuery] Re: Contiunuous Scrolling

2008-07-19 Thread juro
? Also, I did not find any information as to what events the event option takes ('hover, mouseOver, mouse_over) Probably very basic questions, but still frustrating. Thank you in advance. juro On Jul 19, 7:10 pm, Ariel Flesler [EMAIL PROTECTED] wrote: You can try SerialScroll  http

[jQuery] [jCarousel] Contiunuous Scrolling

2008-07-18 Thread juro
found that yet. juro

[jQuery] [jCarousel] Error on Resizing when Carousel is Hidden

2008-07-18 Thread juro
anyone help me? juro

[jQuery] Simulating mouseOver 'Rotating' Thumbnails

2008-07-13 Thread juro
that the user has to leave the mouseOver area and re-mouseOver. Is there any way to get this done? Thank you in advance. juro

[jQuery] jQuery Cycle Plugin: Showing next Slide when loaded

2008-07-11 Thread juro
Hi, Similar to this example http://malsup.com/jquery/cycle/add4.html I would like to know whether it is possible to only transition to the next slide when this is loaded completely. This is useful when a large amount of images are part of the slideshow. Thank you for your comments juro

[jQuery] jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread juro
comments. juro

[jQuery] Re: jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread juro
Hi Mike, Absolutely awesome! That is exactly what I wanted. It seems that I didn't quite understand the custom transition effects, I was trying to alter the position with $(curr).outerWidth() Now where was that Paypal button Warm regards juro On Jul 11, 11:12 pm, Mike Alsup [EMAIL

[jQuery] Thickbox without 'loading' indicator

2008-06-09 Thread juro
Hi, As I have a global loading indicator bound already to the ajaxStart event, I want to switch off Thickbox's own loading indicator. Is this possible? Warm regards juro

[jQuery] Re: AJAX and Cycle Plugin

2008-06-09 Thread juro
Hi, Have a look at Klaus Hartl's very good jQuery UI Tabs plugin (http:// www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/), which you can use for this kind of functionality. I used it for a pager kind of widget: http://root.juro.at/showcase/jTabsAsPanels.html juro On Jun 9, 3:56 pm

[jQuery] [validate] submit although validation fails

2008-05-19 Thread juro
Hi, I am still struggeling with the my problem with the form although the validation fails. I believe that this is because I have the action attribute defined in the form. Can this cause the form to be submitted although not validated?

[jQuery] Re: submit although validation fails

2008-05-19 Thread juro
Ok, found the error. I had the validation before the ajaxForm - this does not work. On May 19, 10:15 pm, juro [EMAIL PROTECTED] wrote: Hi, I am still struggeling with the my problem with the form although the validation fails. I believe that this is because I have the action attribute

[jQuery] Re: jQuery Validation Plugin

2008-05-12 Thread juro
Thank you for your answer, Joerg. What I forgot to mention is that I am using the ajaxForm plugin on that form and and that I have two different forms on the same page. Would this make a difference? Unfortunately the debug:true did not change anything, though... juro On May 11, 5:26 pm, Jörn

[jQuery] jQuery Validation Plugin

2008-05-11 Thread juro
Hi, In the documentation of the jQuery Validation Plugin, by default the form is not sent if invalid. By default, the form submission is prevented when the form is invalid, and submitted as normal when it is valid. In my case this is not true. How can I debug this?