ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the difference between AJAX, jQuery and HTML5?

user-image
تم إضافة السؤال من قبل Muhammed Sallout , Technology Development Manager , GLORY TECHNOLOGY
تاريخ النشر: 2014/01/19
Tuna Ozkasap
من قبل Tuna Ozkasap , Senior Technology Consultant , SAP

AJAX is the name of a communication architecture between web pages and server side.

JQuery is a javascript library that is written for unifying JS method calls (regarding DOM manipulation, String and Array functions, DOM queries...etc.) in all browsers.

HTML5 is the rendering specification to be implemented by all browser providers. For this rendering to work JS Engine should also be updated, so HTML5 also means a JS engine with new features like drawing on a canvas.

 

HTML5 ---unified_by---> JQuery ---uses---> AJAX

Mahmoud Elmahdi
من قبل Mahmoud Elmahdi , UX/UI Designer, Web Developer , ikantam.com

HTML5 is a markup language.

jQuery is a Javascript library. They're not the same thing.

AJAX stand for ( Asynchronous JavaScript and XML.) AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

 

I would recommend to check W3School all what you need to know is there, or mozilla both of them are helpful.

 

Best of luck.

Mahmoud, Cheers

Naresh kumar
من قبل Naresh kumar , Sr. Software Engineer , vayamtech

1. Ajax- Means Asynchronous JavaScript = XML+JavaScript

   a.you can use for Service side as well as and Client side intraction .

2.Jquery- this is librarty based create in javaScript. what is library- if you are using any javascript code, and end of applicaiton developement you find a library of you own created javascript libary.

3. HTML5- this  is basically HTML, but W3C and one another company colorabate and added some new extra feature ex one of the best tag <CANVAS> for related to animation, some some existing Tag Removed eg.  <Frame>"

  

 

Hatim Laxmidhar
من قبل Hatim Laxmidhar , Self Employed , The Way It Works

To know more on each topic, visit folling links:

For AJAX

http://www.w3schools.com/ajax/ajax_intro.asp

AJAX = Asynchronous JavaScript and XML.

AJAX is a technique for creating fast and dynamic web pages.

AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

Classic web pages, (which do not use AJAX) must reload the entire page if the content should change.

[Note: this text is copied from the link given above]

 

For JQuery

http://www.w3schools.com/jquery/jquery_intro.asp

jQuery is a lightweight, "write less, do more", JavaScript library.

The purpose of jQuery is to make it much easier to use JavaScript on your website.

jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.

The jQuery library contains the following features:

  • HTML/DOM manipulation
  • CSS manipulation
  • HTML event methods
  • Effects and animations
  • AJAX
  • Utilities

[Note: this definition is copied from the link given above]

 

HTML5

http://www.w3schools.com/html/html5_intro.asp

HTML5 will be the new standard for HTML.

The previous version of HTML, HTML4.01, came in1999. The internet has changed significantly since then.

HTML5 is intended to subsume not only HTML4, but also XHTML1 and DOM Level2 HTML.

HTML5 is designed to deliver almost everything you want to do online without requiring additional plugins. It does everything from animation to apps, music to movies, and can also be used to build complicated applications that run in your browser.

HTML5 is also cross-platform (it does not care whether you are using a tablet or a smartphone, a netbook, notebook or a Smart TV).

HTML5 can also be used to write web applications that still work when you are not online.

The HTML5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and hundreds of other vendors.

HTML5 is still a work in progress. However, all major browsers support many of the new HTML5 elements and APIs.

[Note: this definition is copied from the link given above]

المزيد من الأسئلة المماثلة