Всплывающие ссылки профиля (Fover)
HTML-низ:
Код
<script type="text/javascript">
$('#pun-viewtopic .post').each(function() {
if($(this).find('.pl-email').length && GroupID != 3) {
var a = $('<span class="platz"></span>').appendTo($(this).find('.pa-author a'));
var apl = a.position().left+3, apt = a.position().top;
$(this).find('.pa-author').after(' <span style="position:absolute;top:'+apt+'px;left:'+apl+'px; cursor:pointer;" class="open-p">▼</span><ul class="view-p"></ul>');
$(this).find('.pl-email,.pl-website').addClass("link").appendTo($(this).find('.view-p'));
$(this).find('.open-p').click(function() {
$(this).next().toggle();
});
}
});
</script>
$('#pun-viewtopic .post').each(function() {
if($(this).find('.pl-email').length && GroupID != 3) {
var a = $('<span class="platz"></span>').appendTo($(this).find('.pa-author a'));
var apl = a.position().left+3, apt = a.position().top;
$(this).find('.pa-author').after(' <span style="position:absolute;top:'+apt+'px;left:'+apl+'px; cursor:pointer;" class="open-p">▼</span><ul class="view-p"></ul>');
$(this).find('.pl-email,.pl-website').addClass("link").appendTo($(this).find('.view-p'));
$(this).find('.open-p').click(function() {
$(this).next().toggle();
});
}
});
</script>
Просмотров: 684, Загрузок: 0, Комментарии: 1, Оценка: 3.0 (2)
Страницы: | |