>   $( document ).ready( function () {
>    $( '#call' ).scrollFollow( {
>     container: 'wrap'
>    } );
>   } );


change the scrollFollow call to:

jQuery('#call').scrollFollow(....


Reply via email to