How to select element having a particular class (“.selected”)? Technology Community › Category: jQuery › How to select element having a particular class (“.selected”)? 0 Vote Up Vote Down VietMX Staff asked 4 years ago $('.selected'). This selector is known as class selector. We need to prefix the class name with “.” (dot).