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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:57:54+00:00 2026-05-26T06:57:54+00:00

As we know, jQuery uses $ as an alias for the jQuery. Are there

  • 0

As we know, jQuery uses $ as an alias for the jQuery.
Are there others signs available that i can use for my own Javascript-Framework?

  • 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-26T06:57:55+00:00Added an answer on May 26, 2026 at 6:57 am

    Remember that an “alias” is just another variable. Aside from the underscore and dollar characters, from the ECMAScript 5 spec:

    Unicode escape sequences are also permitted in an IdentifierName,
    where they contribute a single character to the IdentifierName, as
    computed by the CV of the UnicodeEscapeSequence (see 7.8.4). The \
    preceding the UnicodeEscapeSequence does not contribute a character to
    the IdentifierName. A UnicodeEscapeSequence cannot be used to put a
    character into an IdentifierName that would otherwise be illegal. In
    other words, if a \ UnicodeEscapeSequence sequence were replaced by
    its UnicodeEscapeSequence’s CV, the result must still be a valid
    IdentifierName that has the exact same sequence of characters as the
    original IdentifierName. All interpretations of identifiers within
    this specification are based upon their actual characters regardless
    of whether or not an escape sequence was used to contribute any
    particular characters.

    To put it simply, valid JavaScript variable identifiers have to start with a letter, dollar symbol or underscore symbol, and can contain unicode character escape sequences. The relevant part of the grammar from the spec:

    IdentifierStart ::
        UnicodeLetter
        $
        _ 
        \ UnicodeEscapeSequence
    

    In the case of writing a library, if you want to use $ there shouldn’t be a problem – jQuery provides it’s noConflict method to handle that exact situation.

    • 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
I know that jQuery.extend can be used to add by own custom methods to
I know in jQuery 1.4.x there is a method delay(). We can use it
I know that jQuery, for example, can do animation of sorts. I also know
I've got this bit of css/javascript/html that uses jQuery 1.5 and jQuery-ui 1.8.9. It's
Does anyone know of a jQuery plugin that has 'helpers' or extensions like those
I'm have some that uses jQuery.clone() to get the html of a page and
I started using jQuery Mobile some time ago, and as those that know jQuery
I have an ASP.NET web application that uses jQuery on client side. On one
I am developing a web application that uses JQuery AJAX and PHP to upload

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.