I use it this way and up until now it seems to work fine. :)<div><br></div><div>RD<br><br><div class="gmail_quote">On Fri, Oct 16, 2009 at 10:59 AM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt; Is there a way to use jQuery, Prototype, and Scriptaculous in conjunction<br>
&gt; with each other?<br>
<br>
</div>Yes, but unless large amounts of legacy code forces you to do so, I<br>
suggest to avoid it.<br>
<br>
The Prototype and jQuery Javascript libraries basically conflict with<br>
each other and thus special precaution has to be taken. I suggest that<br>
you closely follow the jQuery-nonConflict mode as described in the<br>
following document:<br>
<br>
    <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" target="_blank">http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a><br>
<br>
See the Seaside method comment of<br>
<br>
    JQuery class&gt;&gt;#functionName:<br>
<br>
for additional information.<br>
<br>
Cheers,<br>
Lukas<br>
<font color="#888888"><br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br></div>