не работает autocomplete
народ привет
пишу так
$(document).ready(function() {
$(function() {
$("#stopName").autocomplete('/mySctpts/obshMarsh/STOPSFORAITO.php', {
selectFirst: false,
extraParams: { act :function(){return $('#marshT4 option:selected').val();}
}
});
});
Uncaught Error: cannot call methods on autocomplete prior to initialization; attempted to call method '/mySctpts/obshMarsh/STOPSFORAITO.php'
Подскажите что не так
|