Only registered users can see contents. Please click here to Register or Login.
$('#imObjectGallery_2 a').each(function(index){
showbox_2['media'][index]['description'] = nome;
<script>$(document).ready(function () { $('#imObjectGallery_2 a').each(function (index) { var nome = $(this).attr('href').replace('gallery/', '').slice(0, -4); if (nome.indexOf('_') != -1) nome = nome.slice(0, -9); $(this).append('<span class="thumbsDesc">'+nome+'</span>'); showbox_2['media'][index]['description'] = nome; });});</script>
<script>$(document).ready(function () { $('#imObjectGallery_2 a').each(function (index) { var nome = $(this).attr('href').replace('gallery/', '').slice(0, -4).replace(/_\w{8}$/, ''); $(this).append('<span class="thumbsDesc">'+nome+'</span>'); showbox_2['media'][index]['description'] = nome; });});</script>
<script>$(document).ready(function () { $('#imObjectGallery_01 a').each(function (index) { var nome = $(this).attr('href').replace('gallery/', '').slice(0, -4).replace(/_\w{8}$/, ''); $(this).append('<span class="thumbsDesc">'+nome+'</span>'); // nome sotto la miniatura showbox_imObjectGallery_01['media'][index]['description'] = nome; // nome nella descrizione dello showbox });});</script>
Quando avevo fatto delle prove con la vers. 12 pro inserivo solo una volta il numero dell'id, identico per le varie gallerie [...]
Ho provato ad inserire il tuo script ma non funziona!La versione che ho è la 13.0.3.22 64bit