Thursday, 31 January 2013

Difference between javascript and jquery

What is the difference between JavaScript and Jquery






















































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





















No comments:

Post a Comment