DEV Community

Ahmed Musallam
Ahmed Musallam

Posted on

Tell me about jQuery Patterns!

Yesterday, Ben wrote this question:

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?

Top comments (1)

Collapse
 
jdforsythe profile image
Jeremy Forsythe

I'd suggest the rewrite from scratch strategy. :)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay