File manager - Edit - /home/autoph/public_html/connect/home/js/main.js
Back
$(document).ready(function(){ // Level 1 Responsive Menu $(".has_child").click(function(){ var id = $(this).find("ul"); // alert(id.css('display')); if((id).css('display')=='none'){ (id).css({'display':'block'}); }else{ (id).css({'display':'none'}); } }); }); $(function(){ var pathname = (window.location.pathname.match(/[^\/]+$/)[0]); $('nav ul li a').each(function() { var url = $(this).attr('href'); var url_new = url.split("#"); var new_url = url_new[0] if (new_url == pathname) { $(this).addClass('active'); } }); });
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings