example.js 63 B

1234
  1. $(function () {
  2. eval($('#code').text());
  3. prettyPrint();
  4. });