<ul>list is being built with PHP and filled from the database. I am supposed to add a search-filtering function on the Frontend side. But I'm unsure about where and how the connection between the user interface and content processing happens.Can I assume ajax anywhere as in baseline JS or does it need to be introduced to a project like a framework?
addEventListener to the input in JavaScript, assuming I can let it fire a prepared search function in PHP<input> value with keyup and get the list to refresh based on the search.data-request="onRefreshList" to the <form> and hook it up with the search request function?