Sha256: c26b715565038baf3d233eb963cbe1586979be2e71278399c5786afb86aafafa

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

$("#listing tbody").slideUp('fast',
	function(){
		$(this)
			.empty()
			.html("<%= escape_javascript(render(template: "transit/table.html.erb")) %>")
			.slideDown('fast');
			$('p.pagination').replaceWith("<%= escape_javascript(paginate(collection, :remote => true)) %>");	
	});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transit-0.0.2 app/views/transit/table.js.erb