Reach for jQuery when you inherit it—not when starting a net-new SPA. Maintenance budgets favor small, tested patches over framework rewrites unless product strategy funds migration.
Good fits
- WordPress or CMS themes with existing
$plugins - Internal admin panels with DataTables-style widgets
- Legacy pages where QA knows jQuery regression paths
Poor fits
- New customer-facing apps needing routing, SSR, or design systems
- Teams standardized on React/Vue/Angular with shared component libraries
Self-check
- Name one scenario you would patch with jQuery this week.
- Name one scenario you would escalate to a framework migration.
Interview prep
- When is jQuery still appropriate?
Maintaining legacy pages, WordPress themes, or admin tools already built on it—avoid for new greenfield SPAs.