3 messages in com.googlegroups.jquery-devJquery and ViaMichelin Maps Api Problem
FromSent OnAttachments
AdrianoJun 4, 2008 1:01 am 
AdrianoJun 5, 2008 1:45 am 
AdrianoJun 6, 2008 1:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Jquery and ViaMichelin Maps Api ProblemActions...
From:Adriano (adri@gmail.com)
Date:Jun 4, 2008 1:01:04 am
List:com.googlegroups.jquery-dev

Hi all, I'm a new member so... nice to be here, I'm Adriano from Rome (Italy).

My problem is the following: I have to use the ViaMichelin maps APIs, but when i include together the two library, the jquery plus the viamichelin, firebug gives me this error "tF.call is not a function". The maps work, but jquery doesn't any more... Trying to isolate the error cause I simply set up an html document that simply import the two scripts:

<script type="text/javascript" src="jquery.js"></script> <script src="http://api.viamichelin.com/apijs/js/api.js"></script>

and this, alone, trigger the firebug error warning. "tF.call is not a function".

If is there anyone that have any glimpse of the cause of this strange behaviour I'll be glad and... grateful!!

Thank you