Код находится здесь:
Код: Выделить всё
Unit 3, ADS
.imagewrap {
display: inline-block;
position: relative;
}
.btn {
position: absolute;
top: 0;
right: 0;
}
$(document).ready(function(){
$('a.btn').on('click',function(e){
e.preventDefault();
pdfID = $(this).closest('.imagewrap')[0].id;
$('#dialog').dialog('open');
alert('Deleting '+pdfID+'');
$(this).closest('.imagewrap')
.fadeTo(300,0,function(){
$(this)
.animate({width:0},200,function(){
$(this)
.remove();
});
});
});
});
PDF Files
[url=something1.pdf][i][/url] [url=#][/i][/url]
[url=something2.pdf][i][/url] [url=#][/i][/url]
[url=something3.pdf][i][/url] [url=#][/i][/url]
Буду очень признателен за любую помощь.
Заранее спасибо
Подробнее здесь: https://stackoverflow.com/questions/178 ... s-the-icon
Мобильная версия