I have the following in the head of my site. Do I need them all or does 1.6.1 include 1.2.6 code as well? <script src="/js/jquery-1.2.6.pack.js" type="text/javascript"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/tablesort/jquery-1.6.1.min.js"><\/script>')</script> Thanks.
i think jquery-1.2.6.pack.js is different, it has some plugins that is not in the main jquery build..