[jQuery] Re: jquery compatibility problem (easing)

2009-11-17 Thread coolwave11ca
Thank you so much. I've been looking for a solution for the longest time and just couldn't figure it out. I really appreciate it. On Nov 16, 5:46 am, JMcGinnis wrote: > first remove >   jQuery.easing.def = ‘easeOutBounce’; > then replace >    function animate() >     { >         $('#new

[jQuery] jquery compatibility problem (easing)

2009-11-14 Thread coolwave11ca
I don't know much about Jquery or javascript for that matter. I apologize in advance for the noobieness of my question. I have the easing plugin on a site, which make a logo come in from the side and 'bounce' into place. $(function(){ $('#newThread').css({left:'1200px'}) jQu