glad u finally figured it out.. -GTG
On 7/5/07, sprak <[EMAIL PROTECTED]> wrote:
On Jul 3, 12:31 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > wow... keep us in the loop if u find a way out. The developer who wrote the JQuery portion found the answer; apparently, the "toggle" attribute the JQuery code was applying to elements was conflicting with something in Prototype that was using the same variable name. Renaming toggle to jqtoggle cleared up that issue. e.g., var menu = $jq(this).find("+ [EMAIL PROTECTED]'up']"); becomes var menu = $jq(this).find("+ [EMAIL PROTECTED]'up']"); Got to love those subtle name collisions... Cheers. - luis