Cambios

Ir a la navegación Ir a la búsqueda
sin resumen de edición
$('.iniciales').each(function(index){
if(index < 2){
ref = ref + $(this).val()+'.'+$('.apellidos:eq('+index+')').val()+', ';
} else if(index == 2) {
ref = ref + 'et al., ';
$('.iniciales_ed').each(function(index){
if(index < 2){
editores = editores + $(this).val()+'.'+$('.apellidos_ed:eq('+index+')').val();
if(index+1 < $('.iniciales_ed').length ){
editores = editores+', ';

Menú de navegación