awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fredwu avatar

fredwu/jquery-endless-scroll

0
View on GitHub↗
838 نجوم·174 تفرعات·CoffeeScript·4 مشاهداتfredwu.github.com/jquery-endless-scroll↗

Jquery Endless Scroll

This project is a jQuery plugin designed to replace traditional page-based navigation with continuous, dynamic content loading. It enables web interfaces to automatically fetch and append additional data to the document as a user scrolls toward the bottom of the viewport.

The library distinguishes itself through granular control over the scroll-based trigger logic, allowing developers to define specific sensitivity thresholds, execution delays, and stopping conditions for content requests. It also provides built-in support for managing the visual state of the interface, including the display and styling of loading indicators and the wrapping of newly appended content for distinct identification.

Beyond its core injection capabilities, the plugin includes lifecycle hooks that allow for custom behavior during the data retrieval and rendering process. It manages the document object model by tracking container wrappers and loading states to maintain a consistent browsing flow when handling large datasets.

Features

  • Infinite Scrolling - Provides a jQuery-based plugin for automatic content appending as users scroll to the bottom of the viewport.
  • Infinite Scroll Implementations - Implements continuous content loading to allow browsing large datasets without traditional pagination.
  • Scroll-Position Event Triggers - Monitors vertical scroll offsets to trigger data fetching when the user approaches the bottom of the page.
  • Paginated Browsing Interfaces - Replaces traditional page-based navigation with continuous content loading to improve browsing flow.
  • Scroll Trigger Calculators - Calculates precise scroll-to-boundary distances to determine when to initiate new content requests.
  • Scroll Trigger Distance Configurators - Allows granular configuration of sensitivity thresholds, delays, and stopping conditions for scroll-based triggers.
  • Dynamic Content Loading - Enables fluid navigation by automatically fetching and injecting new data into the viewport.

سجل النجوم

مخطط تاريخ النجوم لـ fredwu/jquery-endless-scrollمخطط تاريخ النجوم لـ fredwu/jquery-endless-scroll

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Jquery Endless Scroll

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Jquery Endless Scroll.
  • xrecyclerview/xrecyclerviewالصورة الرمزية لـ XRecyclerView

    XRecyclerView/XRecyclerView

    5,301عرض على GitHub↗

    XRecyclerView is an Android list component and extension library that adds pull-to-refresh and infinite scrolling behaviors to a standard RecyclerView. It serves as a scrollable mobile UI element designed to manage data-driven lists with support for dynamic headers and footers. The library provides a gesture-based interface for triggering content reloading via a pull-to-refresh widget and implements a mechanism for triggering data fetch callbacks when a user reaches the bottom of a list to enable infinite scrolling. It further supports dynamic list header management and the implementation of

    Javacustom-viewfeatrueload-more
    عرض على GitHub↗5,301
  • mescroll/mescrollالصورة الرمزية لـ mescroll

    mescroll/mescroll

    4,459عرض على GitHub↗

    mescroll is a JavaScript infinite scroll library and mobile web scroll manager designed to implement pull-to-refresh and pull-up-loading patterns. It provides a system for handling touch-based scrolling, managing pagination states, and integrating these behaviors within Vue applications. The library distinguishes itself through specialized support for chat interfaces, enabling reverse-order data loading and the ability to inject data in a reverse direction to simulate message histories. It also includes a state-persistent scroll cache to preserve vertical offsets and list data when users navi

    Vuebouncecss3html5
    عرض على GitHub↗4,459
  • codermjlee/mjrefreshالصورة الرمزية لـ CoderMJLee

    CoderMJLee/MJRefresh

    13,814عرض على GitHub↗

    MJRefresh is a scroll view interaction library and a set of reusable UI components for implementing pull-to-refresh and infinite scrolling behaviors in mobile user interfaces. It provides customizable refresh indicators and controllers that manage reload callbacks and loading states within scrollable containers. The library allows for the replacement of standard loading indicators with custom images, GIF sequences, and status labels to match specific visual branding. It includes a global configuration store to handle dynamic UI localization and the translation of refresh content across an app

    Objective-Cobjective-crefresh
    عرض على GitHub↗13,814
  • metafizzy/infinite-scrollالصورة الرمزية لـ metafizzy

    metafizzy/infinite-scroll

    7,489عرض على GitHub↗

    Infinite Scroll is a JavaScript library that automatically loads and appends the next page of content when a user scrolls near the bottom of a container, or optionally when they click a button. It provides scroll-based pagination that fetches and inserts subsequent pages of content, with URL-driven content loading that determines next page URLs from selectors, templates, or custom functions. The library integrates with browser history, updating the URL and history state as new pages load while preserving scroll position so each page state is bookmarkable and refreshable. It is compatible with

    HTMLajaxjavascript-pluginjquery-plugin
    عرض على GitHub↗7,489
عرض جميع البدائل الـ 30 لـ Jquery Endless Scroll→

الأسئلة الشائعة

ما هي وظيفة fredwu/jquery-endless-scroll؟

This project is a jQuery plugin designed to replace traditional page-based navigation with continuous, dynamic content loading. It enables web interfaces to automatically fetch and append additional data to the document as a user scrolls toward the bottom of the viewport.

ما هي الميزات الرئيسية لـ fredwu/jquery-endless-scroll؟

الميزات الرئيسية لـ fredwu/jquery-endless-scroll هي: Infinite Scrolling, Infinite Scroll Implementations, Scroll-Position Event Triggers, Paginated Browsing Interfaces, Scroll Trigger Calculators, Scroll Trigger Distance Configurators, Dynamic Content Loading.

ما هي البدائل مفتوحة المصدر لـ fredwu/jquery-endless-scroll؟

تشمل البدائل مفتوحة المصدر لـ fredwu/jquery-endless-scroll: xrecyclerview/xrecyclerview — XRecyclerView is an Android list component and extension library that adds pull-to-refresh and infinite scrolling… mescroll/mescroll — mescroll is a JavaScript infinite scroll library and mobile web scroll manager designed to implement pull-to-refresh… codermjlee/mjrefresh — MJRefresh is a scroll view interaction library and a set of reusable UI components for implementing pull-to-refresh… metafizzy/infinite-scroll — Infinite Scroll is a JavaScript library that automatically loads and appends the next page of content when a user… yarolegovich/discretescrollview — DiscreteScrollView is a UI component and animation library for React Native designed to create centered scroll views… russellsamora/scrollama — Scrollama is a JavaScript library for scroll-driven storytelling that uses the browser's native IntersectionObserver…

مجموعات مختارة تضم Jquery Endless Scroll

مجموعات منسقة بعناية يظهر فيها Jquery Endless Scroll.
  • Pagination libraries