Jump to content
  • 0

как отследить событие?


laliev
 Share

Question

Добрый день, подскажите пожалуйста как определить какой какой скрипт обрабатывает событие. на сайте тут меню, при наведении открывается мегаменю, как отловить где это происходит?

 

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0
<script type="text/javascript">        // Dropdown Menu Fade            jQuery(document).ready(function () {            $(".dropdown").hover(                function () {                    //var count = $('.dropdown-menu', this).find('.mega-menu-column').length;                    //if (count > 0) {                    //    $('.dropdown-menu', this).attr('style', 'width: ' + count * 175 + 'px');                    //}                    $('.dropdown-menu', this).fadeIn("fast");                },                function () {                    $('.dropdown-menu', this).fadeOut("fast");                }            );        });    </script>

в середине страницы

Link to comment
Share on other sites

  • 0

устанавливаете плагин скажем firebug для mozila firefox, потом, правой кнопкой кликаете по месту где хотите просмотреть код и выбираете инспектировать с помощью firebug и смотрите.

Link to comment
Share on other sites

  • 0

Думаю он так и называется /modules/mod_dropdown_megamenu/assets/js/dropdown_menu.js

я удалил содержимое этого файла и все равно работает((((

так можно ж и на обычном css сделать, зачем через js то?

вот, если по скорому, то как-то так: http://jsfiddle.net/rus333/muf1rLLy/

да, так на много проще, но это делал не я, мне лишь нужно кое что исправить

Link to comment
Share on other sites

  • 0

Тогда это бутстрап http://66.155.96.231/js/Multiradiance/bootstrap.min.js

Тем более классы характерные http://joxi.ru/krDpGBzFpKBgrp

удалил содержимое файла, но все равно работает

выпадашка это бутстраповский dropdown, а вот вложенное меню кастомное и генерируется вот в этом файле http://66.155.96.231/templates/peak7/js/template.js

удалил содержимое файла, но все равно работает

Link to comment
Share on other sites

  • 0
<script type="text/javascript">        // Dropdown Menu Fade            jQuery(document).ready(function () {            $(".dropdown").hover(                function () {                    //var count = $('.dropdown-menu', this).find('.mega-menu-column').length;                    //if (count > 0) {                    //    $('.dropdown-menu', this).attr('style', 'width: ' + count * 175 + 'px');                    //}                    $('.dropdown-menu', this).fadeIn("fast");                },                function () {                    $('.dropdown-menu', this).fadeOut("fast");                }            );        });    </script>

в середине страницы

 

спасибо большое! а как вы это определили?) 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy