Closed (fixed)
Project:
Views Infinite Scroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 18:20 UTC
Updated:
16 Oct 2014 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hugronaphor commentedI applied your patch, and it's working great.
Thanks.
Comment #2
maximilianmikus commentedworks fine! Thank you!
Comment #3
kolier commentedWorks well +1.
Comment #4
dafederWorking for me as well so far with no issues.
Comment #5
jmuzz commentedVery nice, but the text shouldn't be required. I want to give the button an image using a background instead of using text in the link. It would be strange for something in a views form to be required, most of the elements are not, including the text for the buttons in the other pagers.
Comment #6
corbacho commentedreturn false; in the click handler, is preventing to have any other event listener for the click. I replaced it with
e.preventDefault();The change is on top of the patch of jmuzz (#5)
Comment #7
sam152 commentedThis has been added to the dev branch.