I use Jörn Zaefferer's jQuery Autocomplete plugin 1.2.3.
I would like to know how to do the query only if I enter more than 3 characters.
Call the plugin like this:
$("#suggest5").autocomplete('completar.php', {
width: 600,
multiple: false,
matchContains: true
});