[jQuery] Basic question about elements in $

[jQuery] Basic question about elements in $

<div dir="ltr">I have two elements. ids: "my_element_1" and "my_element_2".
How to get, using the $ function, both ones?
$("my_element_1, my_element_2") don't work.
</div>