Duck hunt
1364783383 1
8b532be62902c6dd4fece9ec58e4e6fd 44920446.k43s3
6a947a801c15234afae6bcfd042aeca3 44920437.k43s1
Hinh0043
Hinh0042
Hinh0041
Hinh0040
Hinh0039
Hinh0038
Hinh0037
Hinh0034 1
Hinh0035
Home
SẢN PHẨM ƯU CHUỘNG
VI 2 away cho iphone 4/4S Tai Nghe Bluetooth Trường hợp Bensy cho Iphone 5 Bao Da Kalaideng full colour for, Galaxy S2 , S3 Bảo Đà Kalaideng đầy đủ màu sắc cho Iphone 5, Galaxy S2, S3
giỏ hàng
Chưa có sản phẩm nào trong giỏ hàng
Liên hệ trực tuyến
Video
Sản Phẩm Mới
VI 2 away cho iphone 4/4S
VI 2 away cho iphone 4/4S
250.000 đồng
Tai Nghe Bluetooth
Tai Nghe Bluetooth
330.000 đồng
Trường hợp Bensy cho Iphone 5
Trường hợp Bensy cho Iphone 5
220.000 đồng
Bao Da Kalaideng full colour for, Galaxy S2 , S3
Bao Da Kalaideng full colour for, Galaxy S2 , S3
250.000 đồng
Bảo Đà Kalaideng đầy đủ màu sắc cho Iphone 5, Galaxy S2, S3
Bảo Đà Kalaideng đầy đủ màu sắc cho Iphone 5, Galaxy S2, S3
250.000 đồng
Ốp Trọng mo Đối với iphone 5
Ốp Trọng mo Đối với iphone 5
150.000 đồng
Hạnh phúc Mori Đối với iPhone 4/4S/5
Hạnh phúc Mori Đối với iPhone 4/4S/5
150.000 đồng
Hạnh phúc Mori Đối với iPhone 4/4S/5
Hạnh phúc Mori Đối với iPhone 4/4S/5
150.000 đồng
ION-nhà máy Art Nouveau Case cho iPhone 4 và iPhone 4S
ION-nhà máy Art Nouveau Case cho iPhone 4 và iPhone 4S
150.000 đồng
Bao da mo Ngang cho iPhone 5
Bao da mo Ngang cho iPhone 5
250.000 đồng
Quảng cáo

Truy cập
facebook
Trước
Tiếp theo
Mua hàng Online: HN:-0948.858.838 - HCM:-0906.369.796
Trở về đầu trang

Văn bản gốc


(function ($) { $.fn.dnnControlPanel = function (options) { var opts = $.extend({}, $.fn.dnnControlPanel.defaultOptions, options), $wrap = this; return $wrap.each(function () { var $controlPanel = $(this); $controlPanel.wrap(function () { return opts.wrappingHtml; }); $('[id$="CommonTasksPanel"]').detach().appendTo('#dnnCommonTasks .megaborder'); $('[id$="CurrentPagePanel"]').detach().appendTo('#dnnCurrentPage .megaborder'); $('[id$="AdminPanel"]').detach().appendTo('#dnnOtherTools .megaborder'); var $wrapper = $('#dnnCPWrap'); if ($wrapper.hasClass('Pinned')) { $wrapper.parent().css({ paddingBottom: '0' }); } else { $(document.body).css({ marginTop: $wrapper.outerHeight() }); } $.fn.dnnControlPanel.show = function () { $controlPanel.parents(opts.controlPanelWrapper).slideDown(); } $.fn.dnnControlPanel.hide = function () { $controlPanel.parents(opts.controlPanelWrapper).slideUp(); } var canHide = false, forceShow = false, $controlPanel = $(this); function EnableHide() { if (!forceShow) canHide = true; } function megaHoverOver() { hideAll(); $(this).parent().find(opts.menuBorderSelector).stop().fadeTo('fast', 1).show(); //Find sub and fade it in } function hideAll() { $controlPanel.find(opts.menuBorderSelector).stop().fadeTo('fast', 0, function () { //Fade to 0 opacity $(this).hide(); //after fading, hide it }); } //Set custom configurations //This is the config used for showing the menue var config = { sensitivity: 2, // number = sensitivity threshold (must be 1 or higher) interval: 200, // number = milliseconds for onMouseOver polling interval over: megaHoverOver, // function = onMouseOver callback (REQUIRED) timeout: 100, // number = milliseconds delay before onMouseOut out: function () { return null; } // function = onMouseOut callback (REQUIRED) }; //This is the config used for hiding the menue var hideConfig = { sensitivity: 2, // number = sensitivity threshold (must be 1 or higher) interval: 1, // number = milliseconds for onMouseOver polling interval over: function () { return; }, // function = onMouseOver callback (REQUIRED) timeout: 300, // number = milliseconds delay before onMouseOut out: function () { if (canHide) hideAll(); } // function = onMouseOut callback (REQUIRED) }; $controlPanel.find(opts.menuBorderSelector).css({ 'opacity': '0' }); //Fade sub nav to 0 opacity on default $controlPanel.find(opts.menuBorderSelector).find(opts.primaryActionSelector).css({ opacity: 1 }); //Compact IE7 $controlPanel.find(opts.menuItemSelector).mouseenter(EnableHide); //Hovering over CP will re-enable hiding. //hide menu if user double clicks while they are outside of the //control panel $(document).dblclick(function () { if (!canHide) hideAll(); }); $controlPanel.dblclick(function (e) { e.stopPropagation(); }); //Hide menu if Esc key is pressed $(document).keyup(function (e) { if (e.keyCode == 27) { hideAll(); } }); $controlPanel.find(opts.menuItemActionSelector).hoverIntent(config); //Trigger Hover intent with custom configurations $controlPanel.find(opts.menuItemSelector).hoverIntent(hideConfig); //Hovering over a the dropdown will re-enable autohide $controlPanel.find(opts.enableAutohideOnFocusSelector).focus(function () { canHide = true; }); //Hovering over a telerik dropdown will disable autohide //need this to disable hide when the drop down expands beyond the menu body $controlPanel.find(opts.persistOnMouseoverSelector).live('mouseover', function () { canHide = false; }); $controlPanel.find(opts.persistOnWaitForChangeSelector).live('click', function () { forceShow = true; canHide = false; setTimeout(function () { $(document).one("click", function() { forceShow = false; canHide = true; }); }, 0); }); $controlPanel.find(opts.persistOnFocusSelector).live('focus', function () { canHide = false; }); }); }; $.fn.dnnControlPanel.defaultOptions = { wrappingHtml: '
', persistOnFocusSelector: 'select, input', persistOnMouseoverSelector: '.rcbSlide li', persistOnWaitForChangeSelector: '.RadComboBox', enableAutohideOnFocusSelector: '.dnnadminmega .megaborder', menuItemActionSelector: '.dnnadminmega > li > a', menuItemSelector: '.dnnadminmega > li', menuBorderSelector: '.megaborder', primaryActionSelector: '.dnnPrimaryAction', controlPanelWrapper: '#dnnCPWrap' }; $(document).ready(function () { $('.dnnControlPanel').dnnControlPanel(); }); })(jQuery);