In jQuery, I can look up an element with a specific data attribute value like so ...
$(myElt).find(`[data-slide='${current}']`)
but how would I lookup elements based on whether it contains the "data-slide" attributes, regardless of what the "data-slide" values are set to be?