Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas et magna bibendum, ornare nunc vel, porttitor orci. Phasellus eu suscipit orci. Proin nec egestas enim. Ut a tellus finibus, hendrerit ligula vitae, accumsan sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas et magna bibendum, ornare nunc vel, porttitor orci. Phasellus eu suscipit orci. Proin nec egestas enim. Ut a tellus finibus, hendrerit ligula vitae, accumsan sapien.
-Чей-то Никнейм

городское фэнтези / мистика / фэнтези / приключения / эпизодическая система / 18+
Проекту 14 лет 1 месяц 4 дня
10 век до н.э.:
лето 984 год до н.э.
19 век:
лето 1881 год
21 век:
осень 2029 год
Будущее:
осень 2049 год

TestSW2

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » TestSW2 » Тестовый форум » поля в html


поля в html

Сообщений 1 страница 2 из 2

1

<!-- Преобразование полей в HTML © Deff -->
<script>
$('.post-author li[class^="pa-fld"]').html(function(){
  return $(this).text();
}).css('display', 'block');
</script>
<!-- Преобразование полей в HTML на странице "Профиль" © Deff -->
<script type="text/javascript">
function tst_profile_php_fld(){
$().pun_aboutReady(function(){
      var a = $('body').find('#viewprofile #profile-right');
      var b = a.find('strong:contains("<")').html(function(){return $(this).text();});

});}
if(document.URL.indexOf('/profile.php?id=')!=-1 ){
  tst_profile_php_fld();
  if( this.document==parent.document ){
  $(window).on('message',function(){
     tst_profile_php_fld();
  });}
}
</script>

Подпись автора

Текст Текст Текст
https://i.imgur.com/6ri3pKD.gif

0

2

Код:
<!-- Преобразование полей в HTML © Deff -->
<script>
$('.post-author li[class^="pa-fld"]').html(function(){
  return $(this).text();
}).css('display', 'block');
</script>
<!-- Преобразование полей в HTML на странице "Профиль" © Deff -->
<script type="text/javascript">
function tst_profile_php_fld(){
$().pun_aboutReady(function(){
      var a = $('body').find('#viewprofile #profile-right');
      var b = a.find('strong:contains("<")').html(function(){return $(this).text();});

});}
if(document.URL.indexOf('/profile.php?id=')!=-1 ){
  tst_profile_php_fld();
  if( this.document==parent.document ){
  $(window).on('message',function(){
     tst_profile_php_fld();
  });}
}
</script>

Код:
.pa-fld3,
.pa-fld1,
.pa-fld2 {
display: none;
}
Подпись автора

Текст Текст Текст
https://i.imgur.com/6ri3pKD.gif

0


Вы здесь » TestSW2 » Тестовый форум » поля в html


Рейтинг форумов | Создать форум бесплатно