Помощь
TyMaH
PPK
TyMaH
PPK
TyMaH
TyMaH
Код: Выделить всё
$img.bind('click', function(){ return !window.open(src); });
//Fancybox
/*$img.bind('click', function(){
$(this).fancybox({
'modal': false,
'titleShow': true,
'titlePosition': 'inside',
'autoScale': true,
'autoDimensions': true,
'type': 'image',
'href': src,
'scrolling': 'auto',
'hideOnContentClick': true,
'titleFormat': function(title, currentArray, currentIndex, currentOpts)
{
return '<div style="width:100%;white-space:pre-wrap;background-color:#FFFFFF;overflow:auto"><a href="' + htmlspecialchars(src) + '" target="_blank">' + htmlspecialchars(src) + '</a></div>';
}
});
});*/
Код: Выделить всё
//$img.bind('click', function(){ return !window.open(src); });
//Fancybox
$img.bind('click', function(){
$(this).fancybox({
'modal': false,
'titleShow': true,
'titlePosition': 'inside',
'autoScale': true,
'autoDimensions': true,
'type': 'image',
'href': src,
'scrolling': 'auto',
'hideOnContentClick': true,
'titleFormat': function(title, currentArray, currentIndex, currentOpts)
{
return '<div style="width:100%;white-space:pre-wrap;background-color:#FFFFFF;overflow:auto"><a href="' + htmlspecialchars(src) + '" target="_blank">' + htmlspecialchars(src) + '</a></div>';
}
});
});
PPK
TyMaH
PPK
TyMaH