i`m using the jquery library in ma web....so i`m wondering which method of calling the library is more recomended.
i mean to download the libary and call it directly from the server or to link to googleapis????
Any suggestions will be appreciated.
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
OR
<script src="/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
</head>