Advertisement
OlgaT-ET

anchor link

Jun 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($) {
  3. $( ".anchor" ).click(function() {
  4.     $(".mobile_nav").removeClass( "opened").addClass("closed");
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement