Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function ($) {
- $(document).ready(function () {
- function settitlelink(module, link) {
- var module_link = module.find('.module-head h1 a');
- console.log(module_link);
- module_link.attr('href', link);
- }
- /*Set the link to be https://elegnatthemes.com for the module with the CSS class of wpc-projects-module*/
- settitlelink($('.wpc-projects-module'), 'https://elegantthemes.com');
- /*Set the link to be https://facebook.com for the module with the CSS class of wpc-other-module*/
- settitlelink($('.wpc-other-module'), 'https://facebook.com');
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment