Hi,

I am trying to pop an autocomplete in a modal dialog (rather than
thickbox which was on the demo page here): 
http://jquery.bassistance.de/autocomplete/demo/

The modal dialog presents perfectly, I can type into it - it AJAX's in
the results - but the dropdown select displays behind the autocomplete
text box.  I am assuming this is because the dialog has taken over the
screen..

<div id="dialog">
                <p>
                        <label>E-Mail (local):</label>
                        <input type="text" id="dialogEmail" />
                        <input type="button" value="Get Value" />
                </p>

        <div id="ccList"></div>

</div>
(cutting most of the js out but...)
$("#dialog").dialog()
and
$("#dialogEmail").autocomplete("./pathTo.php");

Any ideas?  Can it be done (course it can ;)  Or should I just use the
thickbox as in the demo above?  I am running this in FF.. any help
would be great!

Thanks,
Patrick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to