Sha256: 906e49587cbabe2713f85516db387adde2e025f9983f0c63f18579a8aa6563ac

Contents?: true

Size: 231 Bytes

Versions: 16

Compression:

Stored size: 231 Bytes

Contents

var $deleted = $('.lvr_entry_deleted');
$deleted.addClass('deleted');
setTimeout(function(){
  $deleted.fadeOut('slow', function(){
    $deleted.remove();
    //decreasePagination($(this).parents('.st_table_grid'));
  });
}, 500);

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rich_table_component-0.0.21 app/views/application/destroy.js.erb
rich_table_component-0.0.18 app/views/application/destroy.js.erb
rich_table_component-0.0.17 app/views/application/destroy.js.erb
rich_table_component-0.0.16 app/views/application/destroy.js.erb
rich_table_component-0.0.15 app/views/application/destroy.js.erb
rich_table_component-0.0.14 app/views/application/destroy.js.erb
rich_table_component-0.0.13 app/views/application/destroy.js.erb
rich_table_component-0.0.10 app/views/application/destroy.js.erb
rich_table_component-0.0.9 app/views/application/destroy.js.erb
rich_table_component-0.0.8 app/views/application/destroy.js.erb
rich_table_component-0.0.7 app/views/application/destroy.js.erb
rich_table_component-0.0.6 app/views/application/destroy.js.erb
rich_table_component-0.0.5 app/views/application/destroy.js.erb
rich_table_component-0.0.4 app/views/application/destroy.js.erb
rich_table_component-0.0.3 app/views/application/destroy.js.erb
rich_table_component-0.0.2 app/views/application/destroy.js.erb