AJAX with Jquery?

AJAX with Jquery?

Is ajax using jquery faster than normal ajax request?

some of my scripts seem to be responding slow.. so I wanted to know if there is any difference in speed and performance between old fashion ajax requests and using jquery to make them?

Thanks!