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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:53:42+00:00 2026-06-10T10:53:42+00:00

I am working on a web project that has a large amount of javascript

  • 0

I am working on a web project that has a large amount of javascript and we started hitting namespace collisions because we were adding everything to “$.”.

I read up about namespacing and found the great article at http://addyosmani.com/blog/essential-js-namespacing/

I tried to set up the namespace inside of an IIFE as recommended and thought I was in luck because the function was already setup as

(function() { ... }); 

so I converted it to:

(function(namespace, undefined) { ... })(window.stuff = window.stuff || {});

only to find (after hours of work) that actually the original was

$(function() { ... }

Which means it was all being called in jQuery’s ready() function.

I would like to keep the namespacing IIFE but cannot figure out how I would use it within jQuery’s ready() function. Is this possible and if so how?

  • 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-10T10:53:44+00:00Added an answer on June 10, 2026 at 10:53 am
    var namespace = (function() {
        // local variables and functions
    
        function readyHandler($) {
             // DOM ready code
             $("selector").method();
        }
    
        // exposed methods
        return {
            readyHandler: readyHandler
        };
    })();
    
    jQuery(namespace.readyHandler);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a project that has two modules: a web and an application
I am working on a project that has Spring based Web Services and Spring
I currently started working on a maven web-app project that needs to be launched
I am working on an asp.net web application project that has around 7 –
I am working on a web app project that has been in development for
I am working on a project that deals with analyzing a very large amount
I am working on a small web dashboard -project that has backend implemented with
I'm working on a web project that takes the results from a survey type
Hello Ruby/Rails/Merb developers! Im currently working on a web project that will have a
We are working on a new web project that is just loose html/css/js files

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.