Custom Javascript Module

For webtrees 1.7.0 or later

  1. Purpose of the module
  2. Installing the module
  3. How to use the module

Purpose of the module

back to top
This module provides administrators with the ability to add custom JavaScript to webtrees. The module consists of one file in addition to this 'Read me' file.

Installing the module

back to top
Installation is very simple.

How to use the module

back to top
One possible use for this module is to implement a custom footer on your site:
$(".contacts-links").after('');