EduardET

Untitled

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