Hi.

I try use ZF 1.72 with jquery 1.2.6 and autocomplete 1.1pre.
Autocomplete dosen't work.

My application generate code like this:

in head:
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/jquery/ui/jquery.ui.all.js"></script>
<script type="text/javascript" src="/js/jquery/jquery.autocomplete.js"></script>

<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
    $("#location").autocomplete({"data":["New York","Mexico
City","Sydney","Ruegen","Baden Baden"],"multiple":true});
    $("#ac1").autocomplete({"data":["New York","Berlin","Bern","Boston"]});
});
//]]>

</script>


In body:
 <input type="text" name="location" id="location" value="" />

<input type="text" name="ac1" id="ac1" value="" />


So for me it looks ok. Date picker on this same page work perfectly.

Regards,
pch
-- 
Paweł Chuchmała
pawel.chuchmala at gmail dot com

Reply via email to