EduardET

Untitled

May 31st, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     (function($) {
  3.         $(document).ready(function() {
  4.             $("#link-module1").wrap('<a href="/hbdev/what-we-do/"></a>');
  5.             $("#link-module2").wrap('<a href="/hbdev/where-we-work/"></a>');
  6.             $("#link-module3").wrap('<a href="/hbdev/our-projects/"></a>');
  7.         });
  8.     })(jQuery);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment