Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Закиньте в архив и выложите, у меня мозг как раз только "начинается", очень постараюсь помочь. Сам в ужасе от своего "элегантного" решенияНе судьба. Куда бы не вставил : - Для просмотра ссылки Войдиили Зарегистрируйся - не работает. уже и мозг кончился ((
/************** LightBox *********************/
$(function(){
$('[data-rel="lightbox"]').lightbox();
});
Под jQueryПрошу помощи!!!
<script>
$(document).on('click', '.lightbox-caption ~ img', function(){
window.location.href = 'http://google.com';
});
</script>
if($(plugin.current).data('click') != undefined){
$(img).click(function(){
var click = $(plugin.current).data('click');
if(click.indexOf('|') > -1){
var arr = click.split('|');
if(arr[1] == '0'){
window.location.href = arr[0];
return;
} else {
window.open(arr[0], '_blank');
}
} else {
window.open(click, '_blank');
}
});
}
$(img).load(function () {
$('.lightbox-loading').remove();
plugin.lightbox.append(img);
plugin.image = $("img", plugin.lightbox).hide();
plugin.resizeImage();
plugin.setCaption();
});
<a data-click="http://yandex.ru" href="images/gallery/2.jpg" data-rel="lightbox" class="fa fa-expand"></a>
<a data-click="http://google.com|0" href="images/gallery/2.jpg" data-rel="lightbox" class="fa fa-expand"></a>
// и т.д.