📄 docs: Add function comments

This commit is contained in:
Keith Solomon
2025-02-12 13:57:21 -06:00
parent 9de3a0dcdf
commit 13ef38d405
2 changed files with 230 additions and 176 deletions

View File

@@ -1,4 +1,8 @@
jQuery(document).ready(function ($) {
/** Triggers filtering and pagination of resources based on the current form state.
*
* @param {number} [paged=1] - The page number to query.
*/
function triggerFiltering(paged = 1) {
let searchTerm = $('#search').val();