How to designate callback routine in jsonp?

How to designate callback routine in jsonp?

Hello,

How can I designate the callback I want to use in my jsonp? 

Below doesnt work ...

$.ajax({                                                            
type: 'get',                                                        
async: true,                                                       
dataType: 'jsonp',                                                  
url:'http://open.mapquestapi.com/geocoding/v1/address?callback=editResults", 
data:{location:$json),                                              
success: function(response){