Closed GoogleCodeExporter closed 8 years ago
Original comment by jrgeer...@gmail.com
on 4 Jun 2008 at 12:55
You can't use jQuery calls immediately after google.load('jquery') because the
.load is asynchronous, and you
need to use google.setOnLoadCallback(onloadFunc) to know when jquery is loaded
through the loader.
Alternately, you can use a direct script include of the file through us.
Original comment by lisba...@google.com
on 6 Jan 2009 at 10:23
It seems to me there should be a synchronous option in google.load().
This problem only seems to occur for me Firefox. In IE, Opera, and Google
Chrome the
problem does not occur. Isn't having the same behavior across all major
browsers of
critical importance?
My script tags look something like this:
<script src="http://www.google.com /jsapi?key=MyKey"
type="text/javascript"></script>
<script src="js/master.js" type="text/javascript"><!--contains
google.load("jquery","1.3.2");--></script>
<script src="js/slide.js" type="text/javascript"><!-- contains calls to jquery
$()
which produce errors in firefox --></script>
Original comment by son...@localtel.net
on 18 Mar 2010 at 6:34
Original issue reported on code.google.com by
pir...@gmail.com
on 1 Jun 2008 at 6:10Attachments: