indeed, that's what i meant. the confusion between two pages:

http://docs.jquery.com/UI/Effects

and

http://docs.jquery.com/Effects

 I realized in the meanwhile effects.js is different and does not rely
on ui.core.js

i would propose to organize a one-entrydoor page for "Effects".
example structure

1./ built-in effects available in jquery

2./ additional effects available in effects.js


This is meant as a constructive comment: don't get me wrong, i really
find jquery documentation to be very helpful as a whole, it's just
this one accessdoor that is, for me, a bit confusing.



On Thu, Nov 13, 2008 at 2:09 PM, Richard D. Worth <[EMAIL PROTECTED]> wrote:
> By double "Effects" entries, do you mean because jQuery has effects and
> jQuery UI has effects? As far as ui.js, no UI effects require it. They
> require only effects.core.js. This is explaned quite clearly at the top of
> http://docs.jquery.com/UI/Effects
>
> - Richard
>
> On Thu, Nov 13, 2008 at 8:00 AM, Alexandre Plennevaux <[EMAIL PROTECTED]>
> wrote:
>>
>> aaaaah, ok, thanks a lot Richard. I think the double "Effects" entries
>> in the documentation make it confusing. Would be nice to integrate
>> both in a single page, specifying which needs ui.js, which does not.
>>
>>
>>
>> On Thu, Nov 13, 2008 at 1:56 PM, Richard D. Worth <[EMAIL PROTECTED]>
>> wrote:
>> > See
>> >
>> > http://docs.jquery.com/UI/Effects/ClassTransitions
>> >
>> > - Richard
>> >
>> > On Thu, Nov 13, 2008 at 7:51 AM, pixeline <[EMAIL PROTECTED]> wrote:
>> >>
>> >> hi!
>> >>
>> >> i' m looking after a way to switch an element 's class, and have the
>> >> transition of style produce a morphing.
>> >>
>> >> Example:
>> >>
>> >> .class1{
>> >> border:1px solid red;
>> >> width:500px;
>> >> height:400px;
>> >> }
>> >>
>> >>
>> >> .class2{
>> >> border:2px solid black;
>> >> width:320px;
>> >> height:240px;
>> >> }
>> >>
>> >>
>> >> something like:
>> >>
>> >> $('#myEl').morph('class1','class2',speed,callback);
>> >>
>> >> I understood somewhere it was available in jquery UI, but is it
>> >> actually the case? I don't find anything in the doc.
>> >>
>> >> Thanks !
>> >>
>> >> Alexandre
>> >
>
>

Reply via email to