Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter Style Pagination Stops at Loading [Django 1.11] #118

Closed
bobozar opened this issue May 15, 2018 · 1 comment
Closed

Twitter Style Pagination Stops at Loading [Django 1.11] #118

bobozar opened this issue May 15, 2018 · 1 comment

Comments

@bobozar
Copy link

bobozar commented May 15, 2018

I'm having a hard time in making this cool package work! I followed the docs and when I load my site, it will just be showing 'loading'. nothing more.

vid.html

<div id="entr">
          {% include page_template %}

           {% block js %}
            {{ block.super }}

           <script src="http://code.jquery.com/jquery-latest.js"></script>
           <script type="text/javascript" src="{% static 'el-pagination/js/el-pagination.js' %}"></script>
          <script>
                 $(document).ready(function(){
                        $.endlessPaginate({pageSelector: 'div#entr', paginateOnScroll: true});
                  });
           </script>
          {% endblock %}
           </div>

Vid_page.html

            {% load el_pagination_tags %}

            {% paginate bucs %}
             {% for cb in bucs %}
                   //do your thing here
                 {% endfor %}
             {% show_more %}

What am I missing?

@bobozar bobozar changed the title Twitter Style Pagination Stops at Loading [Djnago 1.11] Twitter Style Pagination Stops at Loading [Django 1.11] May 16, 2018
@cclauss
Copy link
Contributor

cclauss commented Nov 20, 2024

Is this still happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants