jQuery(function() {

  $('body').dblclick(function() {
    $(".row.top").css({
      "backgroundImage": "url(/images/grid/27px-leading-w-60-80-grid.png)",
      "backgroundPosition": "10px 10px",
      "backgroundRepeat": "repeat"
    });
  });

});