Link to home
Start Free TrialLog in
Avatar of Sathish David  Kumar N
Sathish David Kumar NFlag for India

asked on

Is it possible to use any js function inside the jquery autocomplete


Hi ,

I plan to use juery autocomplete . but the URL is genrated in othe JS function how can i call the the function

eg: my js function return url is i want to use in autocpmplete URL .
ASKER CERTIFIED SOLUTION
Avatar of cmalakar
cmalakar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sathish David  Kumar N

ASKER

no need to mention anything in front of it? like url
if your js function returns the complete url, then no need to mention.

Else, you need to add what ever is required, to make it a valid url.
Its give object expect js error
>> Its give object expect js error

Can you show the code ?