[Proto-Scripty] Problem with jquery+prototype

2012-02-24 Thread Syn
Hey, I'm using a tool which uses prototype. I'm also using my own little jquery which looks like this: $(document).ready(function(){ $('.flip').click(function(){ $('#panel').slideToggle('slow'); }); }); The problem is if I include prototype.js then my (above)

[Proto-Scripty] Re: Problem with jquery+prototype

2012-02-24 Thread T.J. Crowder
Hi, On Feb 23, 9:42 pm, Syn vjuliu...@gmail.com wrote: Hey, I'm using a tool which uses prototype. I'm also using my own little jquery which looks like this: $(document).ready(function(){         $('.flip').click(function(){         $('#panel').slideToggle('slow');         });