Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6622495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:24:47+00:00 2026-05-25T21:24:47+00:00

I recently installed a code on my website to insert text at the position

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:24:47+00:00Added an answer on May 25, 2026 at 9:24 pm

    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:

    <a href="javascript:;" onclick='$("#message").insertAtCaret("*****");'>*****</a>
    

    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:

    $(document).ready(function() {
      $("#whatever").click(function() {
         $("#message").insertAtCaret("*****");
      });
    });
    

    Change your Html to:

    <a id="whatever" href="">*****</a>
    

    This allows you to separate the behavior from the content.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently installed/updated eclipse environment. When I try to compile the code I'm getting
I recently installed fancybox to my website, I searched here and at google for
I recently installed the technoweenie / restful-authentication plugin (which works as promised), but while
Recently I installed wxPython to do some works under Windows. Most of the time
I recently installed Windows 2008 Server to replace a crashed hard drive on a
I recently installed MySQL 5 on Windows 2003 and tried configuring an instance. Everything
I recently installed the Eclipse Metrics Plugin and have exported the data for one
We recently installed Team Foundation Server 2008 and we are using it for both
I recently installed VS 6.0 after installing VS 2008 and overwrite JIT settings ..
I recently installed Ubuntu Jaunty and I'm encountering a problem when I try to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.