[jquery-ui] Re: What is the name of the effect used on UI demo page?

2008-11-18 Thread Raine
$.ui.carousel($("div.demoflow")[0], { height: 200, width: 310 }); But it looks like there are more than one place should be changed, otherwise the whole thing will look very weird. Thank you very much Regards Raine On Mon, Nov 17, 2008 at 4:49 AM, Paul Bakaus <[EMAIL PROTECTED]&

[jquery-ui] Re: What is the name of the effect used on UI demo page?

2008-11-16 Thread Raine
hough $('#example4').slider({ steps: 10, range: true, slide: function(e,ui) { inst.rotate("right"); } }); On Wed, Nov 12, 2008 at 2:10 PM, Raine

[jquery-ui] Re: What is the name of the effect used on UI demo page?

2008-11-12 Thread Raine
Excellent, Thank you very much Paul. Regards Raine On Wed, Nov 12, 2008 at 10:01 AM, Paul Bakaus <[EMAIL PROTECTED]>wrote: > Hi there! > > This one is a custom effect called "UI Carousel", which I have implemented > specifically for this demo page. Many people h

[jquery-ui] Re: [accordion] How to temporarily disable some sections?

2008-11-09 Thread Raine
ly really appreciated Regards Raine On Sun, Nov 9, 2008 at 8:18 PM, yellow1912 <[EMAIL PROTECTED]> wrote: > > I was thinking of a possible solution like this: > 1. Disable the accordion by default > 2. When the user clicks on a tab/selection -> call back a function to >

[jquery-ui] Re: [accordion] How to temporarily disable some sections?

2008-11-09 Thread Raine
Accordion, then the users wont be able to expand those sections. Is that possible? Regards Raine On Sun, Nov 9, 2008 at 4:57 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > This might be close to what you are looking for: > http://jquery.bassistance.de/validate/demo/multipart/ >