In fact,
there are 2 questions, but they relate to the same object.
I would
like to enable processing with jQuery after the page loads, i.e. in the
$(document) .ready(function() {
....
});
Moreover, I
wanted to process what is in the "Search Form" block, and then (after
pressing the button) and what is displayed using the "List".
How to
connect the code in this case? Who knows?