how to select class in jquery

JavaScript
$('.your_class_name')$('.classid')

Source

Also in JavaScript: