[jQuery] Re: mootools and jquery conflict....

2008-09-28 Thread Gurpreet
can also try this. (function($) { $( document ).ready( function () { $( '#call' ).scrollFollow( { container: 'wrap' } ); } ); })(jQuery); jQuery.noConflict(); On Sep 12, 3:35 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > >   $( document ).ready( function () { > >    $( '

[jQuery] Re: mootools and jquery conflict....

2008-09-28 Thread Gurpreet
can also try this. $( document ).ready( function () { $( '#call' ).scrollFollow( { container: 'wrap' } ); } ); })(jQuery); jQuery.noConflict();