Перейти к содержанию

afshin20

Пользователи
  • Постов

    175
  • Зарегистрирован

  • Посещение

  • Победитель дней

    2

afshin20 стал победителем дня 5 апреля

afshin20 имел наиболее популярный контент!

Информация

Контакты

  • Skype
    profile

Посетители профиля

1763 просмотра профиля
  1. ::-webkit-scrollbar { width: 10px; background: #2a6a81; } ::-webkit-scrollbar-thumb { background: #ebeff3; border-radius: 2px; } اگر از مرورگر فایرفاکس استفاده میکنی این کد ساپورتش نمیکنه ولی برای سایر مرورگر ها مثل کروم، و غیره ساپورت میکنه راه دیگه ایم نداره تلاش نکن webkit no support firefox
  2. این رو به css اضافه کن :root { scrollbar-color:#000 !important; scrollbar-width:thin !important; border-radius:1ex; }
  3. What code is used to load Ajax in this image?
  4. Can you tell me what data I should write for these cases? I don't know exactly what to write? @Desti @Exception scrollScope, container, url, pageParam <script> ips.ui.infinitescroll({ scrollScope: 'body', container: '#content', distance: 50, url: '{$subcategory->url()}', pageParam: 'page', loadingTpl: 'core.infScroll.loading', pageBreakTpl: 'core.infScroll.pageBreak', disableIn: 'phone,tablet,desktop' }); </script>
  5. I just want to know, is it possible to do this with javascript code without a plugin?
  6. {{if $pages > 1}} <script> $(window).on('scroll', function() { if ($(window).scrollTop() + $(window).height() >= $(document).height()) { loadMoreItems(); } }); function loadMoreItems() { var currentPage = parseInt('{$page}' || '1'); var nextPage = currentPage + 1; if (nextPage <= {$pages}) { var url = '{$baseUrl->setPage($pageParam, "' + nextPage + '")}'; $.ajax({ url: '/files?page=' + nextPage, type: 'GET', success: function(response) { var items = $(response).find('.item'); $('#itemList').append(items); }, error: function() { // Error message if needed } }); } } </script> {{endif}} @Exception @Desti This code was in the stackoverflow website, can you tell me how I can do this? Please, I need it.
  7. What is the reason for deleting all plugins on the invisioncommunity.com reference site? What is the task of updating plugins?
  8. To do this, you need a JavaScript code in the form of Ajax, please help class="ipsLoading" id="elAjaxLoading"
  9. Can you tell me where the changes in the template should be made so that this infinite scroll is displayed?
  10. My son, I don't like to ask monotonous questions, but I have to because you don't answer for free, it's better to ask free questions for you to answer. Now give me the code like last time?
  11. With what code can I hide the box related to this section only? https://ipbmafia.ru/files/category/32-invision-power-board-3x/
×
×
  • Создать...