Re: [Koha] JS Add links out to Wikipedia for authors broken in 19.11 with bug 25237

2020-09-12 Thread Alvaro Cornejo
Hi Katrin, It worked, Thanks! I´ll take a look at the documentation you refer to. Regards, Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur

Re: [Koha] JS Add links out to Wikipedia for authors broken in 19.11 with bug 25237

2020-09-12 Thread Katrin Fischer
Hi Alvaro, please try this: var names = $('span.author a').not('.authlink'); You might also want to take a look at how jQuery selectors work, the documentation has a lot of examples. You need to differentiate by tags, classes and ids in this case. Hope this helps, Katrin var names = $('h5.a