Adzi
11.11.2011, 22:00
Pozdravujem, pri použití pluginu Gallery Objects som našiel možnosť Display HREF Link From : None Alt Caption, použil som nastavenie Alt, funguje to skvele, len by som to chcel zobraziť napr. vo FancyBoxe.
Ďakujem.
Potreboval by som toto:
if(image.link) {
var link = $('<a href="'+ image.link +'" target="_blank"></a>');
link.append(img);
img_container.append(link);
upraviť s použitím:
<a class="iframe" href="http://www.example">This goes to iframe</a>
ďakujem
Ďakujem.
Potreboval by som toto:
if(image.link) {
var link = $('<a href="'+ image.link +'" target="_blank"></a>');
link.append(img);
img_container.append(link);
upraviť s použitím:
<a class="iframe" href="http://www.example">This goes to iframe</a>
ďakujem