5.1.js 127 B

1234
  1. $(document).ready(function() {
  2. // Use attr() to add an id, rel, and title.
  3. $('div.chapter a').attr({rel: 'external'});
  4. });