$currentRow.find('.plot_btn').each (function(){
      if (this.status == 'pressed') { this.status = 'released'; }
    });