AJAX | JQUERY |
---|---|
AJAX is a powerful tool which cannot use HTML since it is a simple tool and it can not reload the page after it is once loaded. | JQuery is a light weight language that focuses the interaction in the HTML elements. |
AJAX is a combination of several technologies such as CSS HTML DOM and many more. In combination with these technologies AJAX provides new functionalities. | JQuery cannot provide a new functionality by combining with other technologies. |
AJAX should be accessed in a proper procedure to retrieve data from the server. | JQuery can be accessed through front-end therefore JQuery does not require understanding of the complete procedure to setup a page. |
Heavy usage of AJAX often leads to the server overload due to more number of connections created. | There is no chance for overload of server while using JQuery since there is no such heavy usage in JQuery. |
Followers
Tuesday, 14 November 2017
Diffrence between ajax and jquery
Recommended Articles
- Drupal
How To Prevent To Customer To Add Same Credit Card On Stripe In PhpJan 16, 2018
I’ve written the following php code in my web app to check for this. # Retrieve the customer we’re adding this token to $customer = \Stripe\C...
- PHP
Reverse String Program in phpNov 14, 2017
<?php $string='shashank'; $length = strlen($string); for ($i=($length-1) ; $i >= 0 ; $i--) { echo $string[$i]; } } ?>
- Interview
Diffrence between ajax and jqueryNov 14, 2017
table.easy-table-cuscosky,.easy-table-cuscosky th,.easy-table-cuscosky td{border:1px solid #d4e0ee;border-collapse:collapse;font-family:"Trebuchet MS...
- Interview
Difference Between Mysql_fetch_array And Mysql_fetch_assoc And Mysql_fetch_rowNov 14, 2017
Difference Between Mysql_fetch_array And Mysql_fetch_assoc And Mysql_fetch_row Mysql_fetch_row() Mysql_fetch_row fetch result row an numeric way. ...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment