wmaraci reklam
tr.link

Javascript kodu düzenlenecek

2 Mesajlar 821 Okunma
acebozum
tr.link

furkanozden furkanozden Geleceğe hazır mısın? Kullanıcı
  • Üyelik 25.06.2011
  • Yaş/Cinsiyet 30 / E
  • Meslek Blogger
  • Konum Samsun
  • Ad Soyad F** Ö**
  • Mesajlar 2462
  • Beğeniler 98 / 442
  • Ticaret 2, (%100)
Arkadaşlar lightbox eklentisinde resimlerin altında Image 2 of 44 tarzında çıkıyor. Bunu 44 resimden 2. resim nasıl yapabilirim ? Düzenlenecek kodlar aşağıda.



// Configuration related to texts in caption. For example: Image 2 of 8. You can alter either "Image" and "of" texts.
txtImage: 'Image', // (string) Specify text "Image"
txtOf: 'of', // (string) Specify text "of"
// Configuration related to keyboard navigation
keyToClose: 'c', // (string) (c = close) Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to.
keyToPrev: 'p', // (string) (p = previous) Letter to show the previous image
keyToNext: 'n', // (string) (n = next) Letter to show the next image.
// Don´t alter these variables in any way
imageArray: [],
activeImage: 0
},settings);





// If we have a image set, display 'Image X of X'
if ( settings.imageArray.length > 1 ) {
$('#lightbox-image-details-currentNumber').html(settings.txtImage + ' ' + ( settings.activeImage + 1 ) + ' ' + settings.txtOf + ' ' + settings.imageArray.length).show();
}

 

 

Are you alright?
googleasistan
reklam

oguzhan42 oguzhan42 Sms Onayı Gerekli Banlı Kullanıcı
  • Üyelik 30.08.2011
  • Yaş/Cinsiyet - / E
  • Meslek Mühendis
  • Konum
  • Ad Soyad ** **
  • Mesajlar 151
  • Beğeniler 3 / 17
  • Ticaret 0, (%0)

txtImage: 'Resimden', // (string) Specify text "Image"
txtOf: 'Resim', // (string) Specify text "of"



$('#lightbox-image-details-currentNumber').html( '( settings.activeImage + 1 ) + ' settings.txtImage + ' ' + settings.imageArray.length+' ' + settings.txtOf ').show();


Bu şekilde olması lazım bir dene
 

 

wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al