I am referring specifically to the jQuery Autocomplete v1.1 plugin by Jörn Zaefferer [source: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/] as there seems to
Try this:
$('.ajax-auto input').setOptions({ extraParams: { search_type: function(){ return $(this).attr('name'); } } })
See also here