On Mar 19, 3:53 pm, "T.J. Crowder" <t...@crowdersoftware.com> wrote:

> No, you don't. The order doesn't matter, as long as if you load jQuery
> first, you make the `noConflict` before you load Prototype, e.g.:
>
>     <script src='jquery.js'></script>
>     <script>jQuery.noConflict();</script>
>     <script src='prototype.js'></script>
>
> Examples:
> jQuery first:http://jsbin.com/acehi5
> Prototype first:http://jsbin.com/acehi5/2

Quite right. I retract my earlier statement.

Joseph, I'm getting similar results as T.J. did when tracking down the
anchors. Try to update to the latest jQuery stable release and
simplify your logic wherever you can. Good luck!

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to