EduardET

Untitled

Jun 15th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function ($) {
  3.     $(document).ready(function () {
  4.         var links = [
  5.             'http://v2.sps-gmbh.org/office',
  6.             'http://v2.sps-gmbh.org/handwerk',
  7.             'http://v2.sps-gmbh.org/industrie'
  8.         ]
  9.         $('.wpc-tm').each(function () {
  10.             var index = $(this).parent().index(),
  11.                 module = $('.wpc-row .et_pb_column_'+(index+1)+' .wpc-tm');
  12.                 module.wrap('<a href="'+links[index]+'"></a>');
  13.         })
  14.     });
  15. })(jQuery);
  16. </scrip>
Advertisement
Add Comment
Please, Sign In to add comment