JavaScript QuerySelector начинается с

document.querySelector("[id^='someId']")
// id starts with someId
MCRC