Trying to get fittext to work in WordPress

I figured it out finally, for some reason using the $ in my script just doesnt work so I had to use jQuery instead like this

<script type="text/javascript">
     jQuery(document).ready(function() {

        jQuery("#fittext3").fitText(1.8, { minFontSize: '12px', maxFontSize: '75px' });
         });
    </script>