Git Product home page Git Product logo

Comments (3)

hardikamutech avatar hardikamutech commented on August 10, 2024

dose any one take care of this repository? please answer!

from yii2-infinite-scroll.

nirvana-msu avatar nirvana-msu commented on August 10, 2024

Please update your example to leave only relevant information, at the same time sufficient to reproduce the problem. There does not seem to be anything wrong with the code you provided. Note that Pjax is completely irrelevant here, it is never invoked. If you're using automatic scrolling (default behaviour), there isn't even any link that could trigger Pjax. If you're using manual (Twitter) behavior, then preventDefault() is invoked when handling link click in manual-trigger.js. This extension is just a very thin wrapper around infinite-scroll jQuery plugin, so I would suggest placing some breakpoints inside the plugin code itself to see why it is being called twice in your case. There must be some other part of your application that is causing the problem.

If there is an external link (outside ListView) that causes your Pjax to reload the whole content, including ListView itself, it should cause the old plugin instance to stop working (since the DOM element it was linked to no longer exists) and register a new one instead. If that doesn't happen for whatever reason, you can always destroy the old plugin instance yourself after Pjax completes.

from yii2-infinite-scroll.

hardikamutech avatar hardikamutech commented on August 10, 2024

Thanks for the answer. But I have switched to different library as haven't heard from you since long. I still appreciate your response.

Thanks Again!

from yii2-infinite-scroll.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.