If I were to bind a click event to a lot of different selectors using jQuery like the following:
scrollToPoint('.main-nav a, .sub-nav a, .enquire-btn, #showcase-list a, #showcase-more-info a.back-btn')
What is the industry standard method to lay this out syntactically and is their an alternative approach?