Jquery and ViaMichelin Maps Api Problem
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
Adriano