-
-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
Description
There's a case where "show more" link should be displayed, but when user clicks on it the script should load next page by AJAX. This can be implemented two ways -
- Adding some class name to the link which says "don't hide me" and processing the click as it usually process scrolling.
- Implementing "force next page load" function available from the page's JavaScript, then developer can call it from his own code.
Is there support of any way (or may be any other way) to make force load currently?