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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:39:27+00:00 2026-05-31T13:39:27+00:00

I am trying to use require.js for loading js scripts simply using firebug console

  • 0

I am trying to use require.js for loading js scripts simply using firebug console.

If I try the following code it works:

var script = document.createElement("script");
script.src = "http://127.0.0.1/~myName/myPublic/js/lib/require.js";
document.body.appendChild(script);

setTimeout(function() {
    require(["lib/jquery-1.7.1"], function() {
        console.log("test: ", $.fn); // **** it gives me the expected result *****
    });
}, 1000);

Now I would like to load all the js files present in http://127.0.0.1/~myName/myPublic/js/lib/

setTimeout(function() {
    require.config({
        "packages": ["lib"]
    });
    require(["lib"], function() {
        console.log("test: ", $.fn);
    });
}, 1000);

but I get the following error:

 Load timeout for modules: lib http://requirejs.org/docs/errors.html#timeout

What is wrong about the code using require.conf?

P.S.:
I run the code from http://127.0.0.1/~myName/myPublic/js/

  • 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-31T13:39:28+00:00Added an answer on May 31, 2026 at 1:39 pm

    I’ve never used require.js before, but something caught my eye – how would require.js on the client side know to fetch every *.js file in your directory?

    Looking at the documentation, looks like require.js automatically loads a “main.js” if you specify the package. Thus, it will look for http://127.0.0.1/~myName/myPublic/js/lib/main.js. Furthermore, according to your config, it may additionally look for http://127.0.0.1/~myName/myPublic/js/lib/lib.js

    If you really want to see how it works, try installing a packet sniffer like wireshark or charles. See what sort of requests the client (browser) is making to search for the javascript files.

    Unfortunately, I don’t know how to fix your config — the documentation on require.js for packages seems to be straight up wrong or I’m just not following it correctly.

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

Sidebar

Related Questions

I'm trying use mod_rewrite to rewrite URLs from the following: http://www.site.com/one-two-file.php to http://www.site.com/one/two/file.php The
Trying to use this code to connect the AD PrincipalContext context = new PrincipalContext(ContextType.Domain,
I'm trying to load up rails in the test environment using a ruby script.
I was wondering if using require() in node.js was the equivalent to lazy loading?
I was trying to use IBrokers package with the simplest code like below: library(IBrokers)
I'm using RSpec for my Rails 3 tests and trying to use Spork. I
for some reason I get this error below when trying to use multiple require()
I'm trying to use spl_autoload_register() to automatically require my files for me. Unfortunately one
I'm trying to rewrite some code using the sqldf library in R, which should
I was trying use a set of filter functions to run the appropriate routine,

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.