|
|
|
|
|
by Terr_
4093 days ago
|
|
I suspect a lot of the "unnecessary chaining" that occurs is really a problem of people (A) making something that requires jQuery and they don't want to think about how to ensure that dependency, while (B) liking the idea of associating their little thing with a big-name project. Then you get things like $("#target").MakeBobsFancyBoxWidget() |
|