After clicking information is loaded from an external file and the open menu overlaps it. There is javascript in the menu. You can see the menu on the site http://www.prorab-service.ru/strrem/strrem.php

Closed due to the fact that off-topic participants aleksandr barakin , HamSter , cheops , fori1ton , PashaPash 13 Nov '16 at 10:00 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • “Questions asking for help with debugging (“ why does this code not work? ”) Should include the desired behavior, a specific problem or error, and a minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, self-sufficient and reproducible example . " - aleksandr barakin, HamSter, cheops, fori1ton, PashaPash
If the question can be reformulated according to the rules set out in the certificate , edit it .

    2 answers 2

    Attempt to "finger in the sky" after a minute of viewing the source.

    else { // 121 строка файла http://www.prorab-service.ru/strrem/js/jquery.dlmenu.js self.options.onLinkClick( $item, event ); self._closeMenu(); // ДОБАВИТЬ ВОТ ТАКУЮ СТРОКУ } 
    • Thank you very much! Not a big insert and everything works fine. - Ruslan

    In the showContent function add:

     var event = new Event("click"); var elem = document.getElementsByClassName("dl-trigger"); elem.dispatchEvent(event);