Use Jquery/Auto Complete in Javascript popup window
Hello!
I have created a popup window for myself (you know, with a grey background that fills the whole screen and in the middle there is a white box containing a form). In an input element inside of this form (in the popup window) I would like to use Jquery and its plugin Auto Complete. Does anyone a way to do this? I've used Jquery and the plugin in other forms, but those have been placed inside a "normal" page, not a popup window created with Javascript.
Is there like an easy way to call the function that starts the whole auto complete thing? Because I surely cannot link in the auto complete javascript files once again, from the popup window?
Thanx
