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 use multiple jQuery functions 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
-~----------~----~----~----~------~----~------~--~---