Sha256: 6738be91a1f26284c3fd3f30de222d68fe58cb021a803eaa2e687dd736d78576
Contents?: true
Size: 290 Bytes
Versions: 9
Compression:
Stored size: 290 Bytes
Contents
$(document).ready(function() { addExternalLinks(); }); addExternalLinks = function() { $('A[rel="external"]').each(function() { $(this).attr('alt', 'Link opens in new window.'); $(this).attr('title', 'Link opens in new window.'); $(this).attr('target', '_blank'); }); };
Version data entries
9 entries across 7 versions & 2 rubygems