Untitled
unknown
plain_text
9 months ago
301 B
7
Indexable
<script type="text/javascript">
jQuery(document).ready(function( $ ){
$page = $('#page');
$side_line = $('.header-bar');
$close_but = $('.menu-close-toggle');
$side_line.on('mouseover', function() {
$page.addClass('show-header');
$close_but.addClass('active');
});
});
</script>Editor is loading...
Leave a Comment