It does.  I also noticed that if I rearrange the order and put Suggest
on top, it works, but Autocomplete does not.

On Sep 15, 9:28 pm, "mr.freeze" <[email protected]> wrote:
> Yes, I believe it is a conflict between the plugins. Does this work?:
>
> <script>
>         $(function() {
>              alert('one');
>         });
>
>         // Freebase Suggest
>         $(function() {
>              alert('two');
>         });
> </script>
>
> On Sep 15, 8:16 pm, Matthew <[email protected]> wrote:
>
> > Are you able to usemultiplejQueryfunctions per page in web2py?  My
> > code below only works when one of the functions is commented out:
>
> > <script>
> >         $(function() {
> >                 $("#ent_input").autocomplete('get_suggestions',
> >             {autoFill: true, scroll: false});
> >         });
>
> >         // Freebase Suggest
> >         $(function() {
> >                 $("#ent_input_fb").suggest({type:'/film/director'});
> >         });
> > </script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to