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

  • SEARCH
  • Home
  • 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

Guys check this website on FF and Chrome For some reason(s), jQuery isn't working
I'm working on a clients website and for some reason the jQuery colorbox plugin
For some reason when I generate this using jquery to fill in my table.
For some reason jquery's .hide() won't hide a div that contains a file input
For some reason this jQuery code I have in my site will work on
I have a django project, but for some reason basic jquery isn't working. <html>
For some reason knockout requires jquery tmpl when you use databound templates, otherwise it
I'm fairly new to JQuery and for some reason I can't get the currently
I am using Javascript-JQuery to submit 2 aspx pages, $('#MyForm1').submit(); $('#MyForm2').submit(); for some reason
For some reason, this line of code is returning undefined for $(this).attr(href) $(a).attr(href, javascript:page('

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.