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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:08:29+00:00 2026-06-09T12:08:29+00:00

How can we differentiate jquery and javascript .? Where we can use jquery not

  • 0

How can we differentiate jquery and javascript.?
Where we can use jquery not javascript and vice-versa.?

  • 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-09T12:08:30+00:00Added an answer on June 9, 2026 at 12:08 pm

    Javascript is a programming language which is THE dominant language on the web – every browser supports it natively.

    jQUery is a library written in Javascript. So basically Jquery IS Javascript but Javascript is NOT jQuery.

    Jquery is meant to make programming tasks easier which would otherwise need quite some effort when writing it with native javascipt. Also it is an additional layer which evens out some inconsistencies and differences between the several browsers (especially Internet Explorer…)

    While javascript is natively available in every browser, you have to include the jQuery-script in order to use it’s functions.

    <head>                
       <script type="text/javascript" src="/path/to/jquery.js"></script> 
    </head>
    

    One example to illustrate the usefulness of jQuery is making an AJAX Call. Creating the AJAX-Request Object in Javascript would look like this:

    if (window.XMLHttpRequest) {
        request = new XMLHttpRequest(); // Mozilla, Safari, Opera
    } else if (window.ActiveXObject) {
        try {
            request = new ActiveXObject('Msxml2.XMLHTTP'); // IE 5
        } catch (e) {
            try {
                request = new ActiveXObject('Microsoft.XMLHTTP'); // IE 6
            } catch (e) {}
        }
    

    The jQuery-Code would look something like this:

    $.ajax(/*...some options here...*/);
    

    Jquery is providing some easy functions to keep the annoying work away from the programmer.

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

Sidebar

Related Questions

If I pass a number of selectors to jQuery, how can I differentiate the
In TCP, you can differentiate between servers and clients, because servers are those who
How can we differentiate between var foo; and var foo=undefined; ? typeof foo will
How can I differentiate between two local branches in git ? How can I
Can any one differentiate Fragments and shared preferences on android. Because, Right now i
How I can differentiate in the dataInit event wether am I adding new data
Possible Duplicate: Differences betweeen Exception and Error How can I differentiate between Errors and
Simply put, how can I differentiate these two in test.py: python test.py 1 python
How can I differentiate a Workflow system from a normal application that automates some
folks, How can I differentiate between error codes and status codes in case of

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.