If the plugins behave well, then this should work:
<script src="jquery-1.2.2.js"></script>
<script src="thickbox.js"></script>
<script src="jquery-1.7.1.js"></script>
<script src="slideshow.js"></script>
(, script .) () ( jQuery 1.4.2 jQuery 1.7.1, Google 1.2.2).
, $, jQuery global , , , :
(function($) {
})(jQuery);
(function() {
var $ = jQuery;
// ...Plug-in code using `$` here -- note it a *local* `$`,
// not the global `$`, and not the global `jQuery`...
})();
jQuery , .
, :
jQuery(function($) {
// ...Plug-in code using `$` here -- note it a *local* `$`,
// not the global `$`, and not the global `jQuery`...
});
... jQuery, .
( , jQuery 1.2.2 - jQuery 1.7.1) script.
"" "". , , .
, , jQuery 1.2.2 , , ( ), , jQuery, .