Jquery – change value of element attributes to that of another attribute
I want the value of attribute 'data-bs-content' in all elements to be set to the value found in the 'data-my-data' attribute when the document is loaded. I've tried about a dozen different strategies that I could think of, but none…