You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure on how to deal with this. Other plugins seem to sometimes have a "live" update... Could something like that be implemented? > frankban/django-endless-pagination#29
Thanks!
The text was updated successfully, but these errors were encountered:
thanks for opening this issue. I think it's a desirable feature for django-favit. While we think what is the best way to deal with it I think this new js file may show how to do it. jQuery's live() is deprecated since jquery 1.7 but you can use .on() the way I did above. Just be sure to replace .endless_container css class by whatever class you use for the favorite items container html tag.
Thanks a lot for your answer. I tried it out, but did not get it to work. Same behaviour as before...
I am not a javascript wizard, but I do understand the change you made. Just not sure of why it is not working...
Hey!
Thanks for a great package.
I would like to combine the use of django-favit with endless pagination http://django-endless-pagination.readthedocs.org/en/latest/twitter_pagination.html
The problem is that django-favit uses $(document).ready(function() {...
However, new html is being loaded in the DOM through django-endless-pagination.
Not sure on how to deal with this. Other plugins seem to sometimes have a "live" update... Could something like that be implemented? > frankban/django-endless-pagination#29
Thanks!
The text was updated successfully, but these errors were encountered: