jQuery – return the most repeated content text by a list of elements with certain class
I need to get the most used content text of elements within a certain class. In my case the most recurrent phrase of elements: Service number 1 <div class="service_list"> <span>Service number 1</span> <span>Service number 2</span> </div> <div class="service_list"> <span>Service number…