|
|
|
|
|
by dmix
5022 days ago
|
|
This is impractical with any JS-heavy application; where you are working primarily with javascript data structures and not the DOM. It also leads to jQuery spaghetti code. So many people use jquery like a shotgun, to solve every JS problem, when better - and more targeted - solutions can be tailored out of small modular libraries. |
|