Click this or that element in jQuery
If you want to set the same action for several elements, you can write IDs of elements separated by comma. This way:
$("#controlOne, #controlTwo").click(function () {
do_something();
});

PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App