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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:26:33+00:00 2026-06-08T13:26:33+00:00

When I try to include the jQuery library in my extension, the JS engine

  • 0

When I try to include the jQuery library in my extension, the JS engine gives me an error. This is the code:

chrome.tabs.executeScript(null,{code:"
    if (typeof jQuery == 'undefined') { 
        var script = document.createElement('script');
        script.setAttribute('type') = 'text/javascript';
        script.setAttribute('src') = 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'; 
        document.getElementsByTagName('head')[0].appendChild(script);
    };
"});

and this the result:

Uncaught ReferenceError: Invalid left-hand side in assignment
(anonymous function)

This piece of code is written in the popup.js file, included by popup.html.

Even when i do something like this:

chrome.tabs.executeScript(null, {file: "browser.js", allFrames: true}, window.close());

and, in browser.js I specify the code written above (in which I include the jQuery library), it happens the same stuff. The strangest thing is that jQuery appears not to be defined at all, even when the tab in which the code is executed has already decleared it (such as Flickr, for example). In fact, typeof jQuery is always set to ‘undefined’. I’m quite confused…

  • 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-06-08T13:26:35+00:00Added an answer on June 8, 2026 at 1:26 pm

    Because it’s syntactically invalid JavaScript, exactly as the error message tells you. The value returned by a function call cannot be the left-hand side of an assigment.

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

Sidebar

Related Questions

I have this error when I try to include the tag ( http://code.google.com/p/struts2-jquery/wiki/HeadTag )
I get Compiler Error C2248 when i try to compile the following code: #include
I'm try include this plugin on my site, it's working fine but I am
I try to compile code, that beggins with: #include<stdlib.h> #include<GL/gl.h> #include<glaux.h> with command: cc
Ok so, I'm getting this error when I try to use the asset pipeline.
I have this jQuery AJAX code, when the request is successful, it does this:
i try to do a jquery modal form. the problem is, i include myform.php
I wrote some simple jQuery code to try and hide rows of an html
I'm using the following jQuery code to try and access the delicious api, but
I'm getting this awkward error any time I try and create a dialog from

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.