Question: When writing jQuery plugins, we often provide default options that may be overridden by the end user. What jQuery function is most useful for this purpose?
- \$.extend
- \$.clone
- \$.fn.extend
- \$.merge
Answer: The correct answer of the above question is Option A:\$.extend