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 5999565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:34:14+00:00 2026-05-23T00:34:14+00:00

For some reason jQuery won’t load on my website. I’ve tried it in google

  • 0

For some reason jQuery won’t load on my website. I’ve tried it in google chrome and in opera, and both browsers didn’t load it. This is (part of) my code:

<script type="text/javascript" src="http://localhost:85/rgv/Scripts/CKEdit/ckeditor.js"></script>
<script type="text/javascript" scr="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">


window.onload = function()
{
// Listen to the double click event.
if ( window.addEventListener )
    document.getElementById('editPage').addEventListener( 'click', onClick, false );
else if ( window.attachEvent )
    document.getElementById('editPage').attachEvent( 'onclick', onClick );

};
function firstChild(element)
{
for (var i = 0; i < element.childNodes.length; i++)
{
    var child = element.childNodes[i];
    if (child.nodeType == 1)
    {
        return child;
    }
}
}
function onClick( ev )
{
if (typeof $ == 'undefined') {
alert('nooo');
} else {
    alert('yeah');
} 
var content = document.getElementById('innercontent');
var first = firstChild(content);
alert('hi');
var divHtml = $("#leftPanel");
alert('boo');
alert(divHtml);
var editableText = $("<textarea />");
editableText.val(divHtml);
$('#leftPanel').replaceWith(editableText);
/*for (var i = 0; i < content.childNodes.length; i++)
{
    var child = content.childNodes[i];
    if (child.nodeType == 1 && child != first)
    {
         content.removeChild(child);
    }
}*/
}

As you can see, jquery should be loaded on the second line of this script, but when the onClick function is called, It tells me that jquery isn’t loaded. I’ve also tried downloading the jquery script to use that one, but that didn’t work either.
Can anyone please help me?

  • 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-23T00:34:15+00:00Added an answer on May 23, 2026 at 12:34 am

    You’ve got ‘scr’ instead of ‘src’ when including jQuery.

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

Sidebar

Related Questions

For some reason this jQuery function is not working properly. Here's my code... the
for some reason , i can't use jquery . this is my code: <!DOCTYPE
i am trying to get jquery to hide this div and for some reason
I'm developing a site using jQuery, and jQuery UI tabs. For some reason, my
For some reason I never see this done. Is there a reason why not?
For some reason jQuery.addClass has stoped working. I have no idea why. Other stuff
for some reason my Firefox4+GreaseMonkey Script loads jQuery twice. I copy'n'pasted the following snippet,
For some reason, jQuery isn't giving me the attributes of objects in array when
I've been reading the documentation of a jQuery Validation Plugin and for some reason
So I had this working perfectly fine, but now for some reason I can't

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.