Hi. I created a list view and there are page links at the bottom. I want to hide the page links when the list is loaded but show the page links when the search is conducted. I am using the hide() function within the list.on("loaded", function () {}) and I have a show() function within the list.on("loaded", function () {}) but on click of the search button. But because the list gets loaded again after the search button is clicked and rehides the page links without showing them. How can I hide the page links and show them on the click of the search button? Thanks!