Project

General

Profile

Download (332 Bytes) Statistics
| Branch: | Tag: | Revision:
1
(function ($) {
2
    $(document).ready(function () { 
3
        $('#print-button').append('<a href="#print"><img title="Print this page" alt="Print this page " src="/files/cdm_dataportal/print_icon.gif "> Print this page</a>');
4
        $('#print-button').click(function () {
5
            window.print();
6
        });
7
    });
8
})(jQuery);
(8-8/11)