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();
});

Install Debian as a Windows Subsystem for Linux (WSL)
Create new list item in SharePoint with CSOM and .Net (C#) in 6 steps
PostgreSQL in Docker: when DBeaver lies (and psql saves the day)