topbella

Saturday 29 December 2012

AJAX, JSON and JQUERY


Assalamualaikum everyone..Hai.. Today I’m continuing with other topic that discussed in my class What are the AJAX, JSON and JQUERY? 


AJAX
JSON
JQUERY
  • Asynchronous calls — AJAX allows for the ability to make asynchronous calls to a web server. This allows the client browser to avoid the users waiting for all data to arrive.
  • Minimal data transfer — by not performing a full post back and sending all form data to the server and quicker operations occur.




  • JSON is short for JavaScript Object Notation
  • JSON is a way to store information and easy to access.
  • JSON is more compact and can be easily loaded in JavaScript.
  • JSON very useful when developing a web application where fast
  • Easier to handle with JavaScript if you need something for a web application.




  • The purpose of jQuery is to make it much easier to use JavaScript on your website.
  • You are able to use specific function like datepicker, auto completion, and etc.

Ajax - change background color
jQuery - datepicker

0 comments:

Post a Comment