I recently installed a code on my website to insert text at the position of the cursor. It works perfectly when on its own: http://www.penpalparade.com/test.php
It isn’t however working with my site as a whole: http://www.penpalparade.com/jobs.php
I’ve tried to fix it but have been unsuccessful, could someone please please help me at solving it because I’ve been at it for hours.
Firebug is showing several errors.
$(“.tooltipbox a[title]”).tooltip is not a function
jQuery(“textarea[class*=expand]”).TextAreaExpander is not a function
“NetworkError: 404 Not Found – http://www.penpalparade.com/css/images/img02.jpg“
This code is referenced before jQuery:
To get it out the door move your jquery src reference to the top (in the head tag).
Or to do it correctly. Just above your closing body tag:
Change your Html to:
This allows you to separate the behavior from the content.