05.js 100 B

123456
  1. $(document).ready(function () {
  2. 'use strict';
  3. $('div.chapter a').attr({rel: 'external'});
  4. });