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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -