Created
May 8, 2025 11:15
-
-
Save propertyhive/259a8ff86db78d324dde5609b5f4a900 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function() | |
{ | |
jQuery(document).on('ph:infinite_scroll_loading_properties', function(event) | |
{ | |
// do something here | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment