mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
A selector like `$('.elem1 .elem2:first')` selects the first descendant
with class name `.elem2` under `.elem1`. This is the same as saying
`$('.elem1 .elem2').first()`. See example here:
https://jsbin.com/bohehesari/edit?html,js,output
4.5 KiB
4.5 KiB