1.
What is the primary purpose of jQuery plugins?
2.
Which method is used to extend jQuery's functionality by adding a plugin?
3.
What is a common use of jQuery plugins?
4.
How do you ensure a jQuery plugin supports method chaining?
5.
Which of the following is an example of a jQuery plugin?
6.
What does the $.extend() method do in a jQuery plugin?
7.
How can you pass options to a jQuery plugin?
8.
What is the purpose of using the $.fn object in jQuery plugins?
9.
Which jQuery method is used to apply a plugin to selected elements?
10.
How do you provide default settings for a jQuery plugin?