Problem:
The user would like to refresh a view with AJAX.
Solution:
You can use the following function, but it will reload the whole page:
// replace 71 with your view ID
WPViews.view_pagination.trigger_pagination(71, 1)
I suggest you do the following:
Implement a search form in the view. The search will have at least, a search box and a submit button.Configure the views to use AJAX for search results refresh.
Hide the search form with CSS.Call the submit buttons for the views that you want to refresh: