angularjs - Whats difference between $http.post of angular vs $.post of jquery -


whats difference between $http.post of angular vs $.post of jquery.

$http.post() vs $.post() 

is $http.post() internally uses $.ajax of jquery or makes own xmlhttprequest?

i facing issue angular $http.post method not working asp.net web api

they doing same task, difference in syntax. call underlying xmlhttprequest request server.

$http.post doesn't call $.post, angular doesn't depend on jquery.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -