4 lines
219 B
Plaintext
4 lines
219 B
Plaintext
$('body').append('<div id="file_prev"></div>');
|
|
$('#file_prev').html('<%= escape_javascript(render(:partial => "show"))%>');
|
|
$('#file_prev').css('right',"1%");
|
|
$('#file_prev').css("-webkit-transition-duration", "0.8s"); |