⟩ Tell me what is method chaining in jQuery? What is the benefit of using method chaining?
Method chaining is calling another method on the result of another method, it results in clean and concise code, single search over DOM so better performance.