Autocomplete not working with jquery 1.9.0

Autocomplete not working with jquery 1.9.0

Hi.

Does anyone have a problem with autocomplete? My autocomplete work well with jquery 1.8.3 but can not work with 1.9.0 in Chrome, Firefox (IE still work) ?

My code: 

$('.contact').autocomplete({
source: "atcomplete.php?find=contact",
minLength: 2
});