Hacker News new | ask | show | jobs
by ctcliff 5563 days ago
It's just a convention for writing jQuery chains. The code is easier to debug because each method is kept on a separate line.

Of course this is trivial if there's only one method in the chain...