>
> <script type="text/javascript" src="http://www.google.com/jsapi"></
> script>
> <script type="text/javascript">
> google.load("jquery", "1.2.6");
> google.load("jqueryui", "1.5");
> </script>
If you link directly to the scripts that you need you can eliminate
the unnecessary google script and save yourself a needless roundtrip:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jqueryui/1.5.2/jquery-ui.min.js"></script>
No comments:
Post a Comment