# sachinchoolur/jquery-to-javascript-converter

Automatically finds jQuery methods from existing projects and generates vanilla js alternatives.

Repository: https://github.com/sachinchoolur/jquery-to-javascript-converter
Canonical: https://ross.abutalabs.com/products/jquery-to-javascript-converter
Homepage: https://www.lightgalleryjs.com/jquery-to-js-converter/
Language: JavaScript
License: MIT
License Family: permissive
Topics: dom, jquery-alternative, vanilla-js, js-utils
Last push: 2024-05-08T05:21:51+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1835, "days_push": 847, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1231, forks 57 (observed 2026-08-28T04:04:04.332745+00:00)

## What it is
A browser-based tool that scans existing jQuery code and automatically generates equivalent modern vanilla JavaScript, producing a minimal chainable utility library. It helps developers remove the jQuery dependency from their projects without rewriting their codebase.

## Use cases
- convert jquery code to vanilla javascript
- remove jquery dependency from my project
- find which jquery methods my codebase uses
- generate modern javascript replacements for jquery calls
- migrate legacy jquery scripts to plain js
- replace jquery with a lightweight dom utility library

## When to choose
- you want to drop jQuery from a project without rewriting all your code
- you only use a small subset of jQuery and want a minimal vanilla JS replacement
- you need a quick, in-browser conversion with your original code left untouched

## When to avoid
- your code relies heavily on jQuery Ajax - the tool recommends dedicated lightweight libraries instead
- you need guaranteed support for every jQuery method, as coverage is not 100%
- you need to support legacy browsers older than Internet Explorer 11

## Facets
- artifact type: library
- maturity: active
- function: parser, developer-tools
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: jquery, vanilla-js, code-conversion, dom-manipulation, code-migration, browser-based-tool, web-development, nodejs, javascript

## Member repositories
- sachinchoolur/jquery-to-javascript-converter (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:04.332745+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:22:31.895810+00:00, confidence not recorded.
  - homepage: https://www.lightgalleryjs.com/jquery-to-js-converter/ (fetched 2026-08-29T12:22:16.426826+00:00, sha e5d73efe1eba)
  - site_page: https://www.lightgalleryjs.com/docs/getting-started (fetched 2026-08-29T12:22:16.436696+00:00, sha b448e03a3659)
  - site_page: https://www.lightgalleryjs.com/docs/events (fetched 2026-08-29T12:22:16.446954+00:00, sha 47ed4ccb1687)
  - site_page: https://www.lightgalleryjs.com/docs/methods (fetched 2026-08-29T12:22:16.448806+00:00, sha ec22ffc66181)
  - site_page: https://www.lightgalleryjs.com/docs/angular-image-video-gallery (fetched 2026-08-29T12:22:16.438723+00:00, sha 4f12b7277ae0)
  - site_page: https://www.lightgalleryjs.com/docs/react-image-video-gallery (fetched 2026-08-29T12:22:16.440537+00:00, sha d09d53e351f3)
  - site_page: https://www.lightgalleryjs.com/docs/vue-image-video-gallery (fetched 2026-08-29T12:22:16.442345+00:00, sha f5d68f966bc8)
  - site_page: https://www.lightgalleryjs.com/docs/settings (fetched 2026-08-29T12:22:16.444543+00:00, sha 4d89deaf9ae2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
