i am using the jquery auto complete script like this
$("#ac1").autocomplete('search.php');
And it is working (ie i keep the 'search.php' in local machine)
But when i place 'search.php' file in another server (say test.com).
and change the script as
$("#ac1").autocomplete('http://www.test.com/search.php');
it is not working
Can any one help me to get it work