[jQuery] $.get and $.ajaxSetup

[jQuery] $.get and $.ajaxSetup


$.get does not seem to comply to the defaults set with $.ajaxSetup. Is
this a bug or a feature? Alternatively, I would like to have
customized $.ajax calls ala $.getJSON. For example, something like
$.getJSONPwithBasicAuth(url, data, callback, username, password) and
have datatype default to 'jsonp' and request headers automagically
setup for basic auth.
How would I go about defining my own customized $.get ajax functions?
Thanx in advance for your precious help!
Dado