Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function ($) {
- $(document).ready(function () {
- var links = [
- 'http://v2.sps-gmbh.org/office',
- 'http://v2.sps-gmbh.org/handwerk',
- 'http://v2.sps-gmbh.org/industrie'
- ]
- $('.wpc-tm').each(function () {
- var index = $(this).parent().index(),
- module = $('.wpc-row .et_pb_column_'+(index+1)+' .wpc-tm');
- module.wrap('<a href="'+links[index]+'"></a>');
- })
- });
- })(jQuery);
- </scrip>
Advertisement
Add Comment
Please, Sign In to add comment