Tell me about jQuery Patterns!
Ahmed Musallam
Posted on June 5, 2019
Yesterday, Ben wrote this question:
Anybody still working with jQuery?
Ben Halpern ・ Jun 3 '19 ・ 1 min read
#discuss
#webdev
#javascript
#jquery
And it got me curious about jQuery patterns/frameworks that people use to make maintaining large jQuery projects easier.
I've been using jQuery Widget getting a custom download of jQuery UI with only the widget API Or I make my own stateful components via JS prototypes and try to make an API to scope querying the DOM to the specific HTML subtree. I even wrote a small tool to distant interactions via pub/sub model.
Anyway, I really want to hear what other people do to maintain their large jQuery applications?
💖 💪 🙅 🚩
Ahmed Musallam
Posted on June 5, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.