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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:02:18+00:00 2026-06-18T07:02:18+00:00

jQuery uses $ (dollarsign), is there a standard sign one can use for my

  • 0

jQuery uses $ (dollarsign), is there a standard sign one can use for my own custom library? So that anyone would understand it’s custom?

Sometimes I only need to getEmementById and class, and be able to addclass and maybe a few more simple things. And I would like to do it like $(‘#someId’).addClass(‘foo’); but I would like for others who view the code, and myself, to understand that it is a custom library, not jQuery. So, is there a standard sign for this?

EDIT: I could use a namespace, but thats not as pretty as a single sign. And I cant see why there isn’t one out there allready that has been used by many before for this purpose. Isn’t there one?

  • 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-18T07:02:19+00:00Added an answer on June 18, 2026 at 7:02 am

    A function must have a valid variable name.
    Therefore, according to the spec a variable names can start with $, _, lower case/upper case unicode etc.

    It’s probably best to use the module pattern inconjunction with IIFE though.

    IE if your library was assigned to a variable ‘myLibrary’

    var myLibrary = (function() {
      return {
         someFunction: function(){ ... };
      }
    })()
    

    And you could then pass it into an IIFE (Immediately invoked function expression) and give it your own variable – for instance using JQuery’s $

    (function($) { 
        $.someFunction();
    })(myLibrary);
    

    Because of the scope precedence of $ you’ll have no problem doing this – Unless of course you want to make use of jQuery

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

Sidebar

Related Questions

I have code that uses jquery.slideup and jquery.slidedown How can i know that div
Has anyone not noticed that JQuery uses ActiveX controls? When a user has limited
I have a page that uses jQuery tabs. Each tab contains one or more
I have 3 different jquery uses & put it into one code as follows:
This link shows you that jQuery uses (new Function(return + data))(); for older browsers,
I have a page that uses jQuery with a small glitch. I managed to
I have a form that uses jquery to generate rows of input fields these
I have a project that uses JQuery-UI. I recently found formee, which is a
So I've read that jQuery uses document fragments internally to make rendering faster. But
I was wondering if it would be possible to use jQuery's ajax function to

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.