Данный скрипт почему то не дает исполнятся другим скриптам на странице... Почемуууу??
(function($){
$(document).ready(function(){
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// -------------------------------------------------------------------------------------------------------
// Acilir Menu
// -------------------------------------------------------------------------------------------------------
if ( ! ( $.browser.msie && ($.browser.version == 6) ) ){
$("ul#topnav li:has(ul)").addClass("dropdown");
}
$("ul#topnav li.dropdown").hover(function () {
$('ul:first', this).css({visibility: "visible",display: "none"}).slideDown('normal');
}, function () {
$('ul:first', this).css({visibility: "hidden"});
});
$("div.prod_hold").hover(function () {
$('.info', this).css({visibility: "visible",display: "none"}).slideDown('normal');
}, function () {
$('.info', this).css({visibility: "hidden"});
});
$("li.cat_hold").hover(function () {
$('.info', this).fadeIn(300);
}, function () {
$('.info', this).fadeOut(200);
});
$("li.side_cart").hover(function () {
$('#cart', this).fadeIn(500);
$('#cart').addClass('active');
$.ajax({
url: 'index.php?route=checkout/cart/update',
dataType: 'json',
success: function(json) {
if (json['output']) {
$('#cart .content').html(json['output']);
}
}
});
$('#cart').bind('mouseleave', function() {
$(this).removeClass('active');
});
}, function () {
$('#cart', this).fadeOut(200);
});
$(".main_menu li").hover(function () {
$('.secondary', this).fadeIn(500);
}, function () {
$('.secondary', this).fadeOut(200);
});
// -------------------------------------------------------------------------------------------------------
// Tipsy - tooltips jQuery eklentisi
// -------------------------------------------------------------------------------------------------------
$('a.wish_button, a.compare_button, a#button-cart, a.twitter_follow').tipsy({gravity: 's', fade: true, title: function() { return this.getAttribute('original-title').toUpperCase(); }});
$('#service_links li a').tipsy({gravity: 'e', fade: true, title: function() { return this.getAttribute('original-title').toUpperCase(); }});
// -------------------------------------------------------------------------------------------------------
// slayt ogeleri
// -------------------------------------------------------------------------------------------------------
$("ul.categories li, #sidebar ul.secondary_menu li").hover(function(){
$("a", this).stop().animate({left:"15px"},{queue:false,duration:200});
}, function() {
$("a", this).stop().animate({left:"0px"},{queue:false,duration:200});
});
// -------------------------------------------------------------------------------------------------------
// solma ogeleri
// -------------------------------------------------------------------------------------------------------
$(".banner a img").hover(function() {
$(this).stop()
.animate({opacity: 0.6}, "medium")
}, function() {
$(this).stop()
.animate({opacity: 1}, "medium")
});
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
});
})(window.jQuery);
// Asagida olmayan jQuery scriptler