script.js 141 B

12345678
  1. function left() {
  2. $('#start > div:nth-of-type(4) .red').prependTo( ".content" );
  3. }
  4. jQuery(document).ready(function($) {
  5. // left();
  6. });