Tell me what is method chaining in jQuery? What is the benefit of using method chaining?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Web Development Ninjas Job Interview Questions And Answers