Select from following answers:- $(select('.class'))
- $(.class)
- $('.class')

- $.select('.class')
- All Above
$('.class') is the method used to select the specified class with name 'class'.
This method is also called as the 'Class selector'.
'.'(Dot) must be given with the class name.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator