answersLogoWhite

0

What is JavaScript?
  • JavaScript was designed to add interactivity to HTML pages
  • JavaScript is a scripting language
  • A scripting language is a lightweight programming language
  • JavaScript is usually embedded directly into HTML pages
  • JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
  • Everyone can use JavaScript without purchasing a license
What is JQuery?JQuery is a JavaScript library that handles many commonly used features and also handles the differences between, e.g., internet Explorer and standards-compliant browsers. It's something you can use to reduce the amount of work when creating web-based applications.

note : Everyone can use JQuery without purchasing a license

note : JQuery made by Java Script

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

Is jQuery a high level language?

jQuery is like an advanced JavaScript code. jQuery is a JavaScript code library that gives you more features with less code that what Javascript would require. If you understand JavaScript, jQuery wouldn't be much of a change.


How you can use jquery in HTML?

jQuery is like JavaScript, you can code inside your html file using the <script> tag. Or you can use an include tag and call an external sheet with your jQuery code.


How do you set a javascript program as the background of your webpage?

Not sure what you mean by setting the javascript program as the background of your webpage, but if you mean that you want to incorporate some javascript functionality to your webpage like changing the html content when people click on an image or hover over some text, and you have not learned javascript yet, a good place to start is Lynda.com. You should also consider just learning jquery. Jquery is a much easier to learn and simpler to type code that employs the same functionality as javascript and much more. You can also learn how to write jquery on Lynda.com. You will just need to download their library or link to Google's version of it by placing one line of markup in your html document, then you create your javascript document and write your scripts in it.


What programming languages don't need an ide?

HTML, JAVASCRIPT, ASP, and PHP are good ones. There is also VbScript and jQuery. They are all coded in Notepad.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.

Related Questions

What is the difference between Javascript and Jquery?

JavaScript is a scripting language that is mainly used within a web browser. Jquery is a library of javascript code that can be used together with your javascript program. A set of functions that can preform common tasks is provided, which will reduce the amount of code that you have to write yourself.


Is jQuery a high level language?

jQuery is like an advanced JavaScript code. jQuery is a JavaScript code library that gives you more features with less code that what Javascript would require. If you understand JavaScript, jQuery wouldn't be much of a change.


How do you activate jQuery in flash actionscript button?

Use the getURL() function to run javascript with the "javascript: " protocol. getURL("javascript: $('jquery code here');", "_self");


What is the difference between jquery and Ajax?

JQuery is a Javascript code library that helps you do dynamic changes to your website. Ajax has the same idea, but more used to make dynamic changes to your website to and from a database. They really go hand and hand.


What is jQuery and how to add it to a blog in Wordpress?

JQuery is a JavaScript library (See links below) that aids the writing of features that require JavaScript. WordPress includes JQuery as it is used for many features and plugins.


How you can use jquery in HTML?

jQuery is like JavaScript, you can code inside your html file using the <script> tag. Or you can use an include tag and call an external sheet with your jQuery code.


How do you do an image rollover in Javascript?

Easy, Reusable Image Rollovers with jQuery http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/


Have you worked with responsive HTML before If so provide 2 examples?

Responsive HTML can be done by JavaScript or jQuery. Using jQuery will increase functionality manifold.


What daes it src in javascript?

The src attribute specifies a local or remote (files that aren't on the same server as the webpage requesting them) javascript file to be loaded into the page, for instance: <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> will load the popular jQuery library into the page.


What programming language does jQuery assist in writing?

debes escribir la palabra "javascript" sin las comillas


How do you set a javascript program as the background of your webpage?

Not sure what you mean by setting the javascript program as the background of your webpage, but if you mean that you want to incorporate some javascript functionality to your webpage like changing the html content when people click on an image or hover over some text, and you have not learned javascript yet, a good place to start is Lynda.com. You should also consider just learning jquery. Jquery is a much easier to learn and simpler to type code that employs the same functionality as javascript and much more. You can also learn how to write jquery on Lynda.com. You will just need to download their library or link to Google's version of it by placing one line of markup in your html document, then you create your javascript document and write your scripts in it.


Is there a script either in Ajax or JQuery or JavaScript so a user can rotate an image either left or right on your website?

No[Priti] : Yes JQuery helps in this. Please refer link Jquery Flip. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.>>>Yes you can but the easiest way is to just rotate it on gimp or any photo viewer and save it