[Seaside] Scriptaculous vs jQuery

Malte Grunwald malte.grunwald at googlemail.com
Mon Oct 10 07:02:34 UTC 2011


Thank you very much for your help!
This was exactly what i needed to know!

You saved me  a lots of time!

Malte

Am 07.10.2011 15:32, schrieb Lukas Renggli:
> Mixing the two libraries will not work by default. I suggest that you
> try to avoid it before going into that rabbit hole.
>
> Make sure you read the following document and you understand all consequences:
>
>     http://docs.jquery.com/Using_jQuery_with_Other_Libraries
>
> Also check out the class-side of the JQuery class, there is some more
> Seaside specific documentation there.
>
> Lukas
>
> On 7 October 2011 14:49, John McKeon<p3anoman at gmail.com>  wrote:
>> Hi Malte,
>>
>> One thing you can try is change the load order of the libraries. No idea if
>> it will work.
>>
>>
>> On Thu, Oct 6, 2011 at 10:10 AM, Malte Grunwald
>> <malte.grunwald at googlemail.com>  wrote:
>>> Hey everybody,
>>>
>>> i have several  problems, first which ibraries do i need?
>>>   At the moment i use JQDevelopmentLibrary, JQUiDevelopmentLibrary,
>>> PTDevelopmentLibrary
>>> and the SUDevelopmentLibrary. Do i need other libraries?
>>> 2. i would like to use  scriptaculous and jQuery in one component, is that
>>> possible? Because when i use
>>> the libraries as i wrote above only the scriptaculous framework works. I
>>> read something in the jQuery documentation
>>> about:  $.noConflict() i added it as script into my div container, but it
>>> s still not working.
>>>
>>> 3. How does a jQuery ajax update request work?i tried this:
>>>
>>> onClick: ((html jQuery ajax load)
>>>                             id: 'choiceDiv';
>>>                             callback:  [:r | self renderInputsRoof: r]);
>>>                 value: 'roofvalues'.
>>
>> I think you want onClick: ((html jQuery id: 'choiceDiv) load: or html: [ :r
>> | etc etc
>>
>> HTH
>> John
>>
>>> My ajax requests with scriptaculous are working without any problems.
>>>
>>>
>>> Has anybody an idea what i do wrong, or give me a hint, what i can do
>>> better?
>>>
>>> Thank you.
>>>
>>> Kind regards
>>> Malte
>>> _______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
>



More information about the seaside mailing list