This approach has the name fluent interface
and well-known because it simplifies making calls of a bunch of methods of the same object.
The Martin Fowler mentions this approach earlier then jQuery
appeared. See Fluent interface
For instance look at LINQ in C# as a powerful implementation of a fluent interface principle.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…