식별자(id)에 대한 와일드카드 선택기가 있습니까? 특정 명명 방식을 공유하는 알 수 없는 식별자가 있는 경우 jQuery를 사용하여 한 번에 모두 잡을 수 있는 방법이 있습니까? // These are the IDs I'd like to select #instance1 #instance2 #instance3 #instance4 // What do I need to add or how do I need to modify this jQuery selector in order to select all the IDs above? ("#instanceWILDCARD").click(function(){} starts-with selector()'^= 속성은 다음과 같이 ID에 대해 작동합니다. $("[id^=in..